MsgSendDataArgs constructor
MsgSendDataArgs(
- String from_Address,
- String to_Address,
- List<
CoinDataArgs> amount
Implementation
MsgSendDataArgs(this.from_Address, this.to_Address, this.amount) {
type = CosmosConstants.COSMOS_BANK_MSG_SEND;
}