MsgAggregateExchangeRateVoteAminoArgs constructor

MsgAggregateExchangeRateVoteAminoArgs(
  1. MsgAggregateExchangeRateVoteValueAminoArgs value
)

Implementation

MsgAggregateExchangeRateVoteAminoArgs(this.value) {
  type = OracleConstants.ORACLE_MSG_AGGREGATE_EXCHANGE_RATE_VOTE;
}