MsgAggregateExchangeRateVote represents a message to submit aggregate exchange rate vote.

interface MsgAggregateExchangeRateVote {
    exchangeRates: string;
    feeder: string;
    validator: string;
}

Properties

exchangeRates: string

1 reserved from old field salt

feeder: string
validator: string