MsgDepositDataArgs constructor
MsgDepositDataArgs(
- String proposal_id,
- String depositor,
- List<
CoinDataArgs> amount
Implementation
MsgDepositDataArgs(this.proposal_id, this.depositor, this.amount) {
type = CosmosConstants.COSMOS_GOV_MSG_DEPOSIT;
}