Interface MsgAggregateExchangeRateVoteAmino

MsgAggregateExchangeRateVote represents a message to submit aggregate exchange rate vote.

interface MsgAggregateExchangeRateVoteAmino {
    exchange_rates?: string;
    feeder?: string;
    validator?: string;
}

Properties

exchange_rates?: string

1 reserved from old field salt

feeder?: string
validator?: string