MsgDelegateFeedConsentAminoArgs constructor

MsgDelegateFeedConsentAminoArgs(
  1. MsgDelegateFeedConsentValueAminoArgs value
)

Implementation

MsgDelegateFeedConsentAminoArgs(this.value) {
  type = OracleConstants.ORACLE_MSG_AGGREGATE_EXCHANGE_DELEGATE_FEED_CONSENT;
}