MsgSendDataArgs constructor

MsgSendDataArgs(
  1. String from_Address,
  2. String to_Address,
  3. List<CoinDataArgs> amount
)

Implementation

MsgSendDataArgs(this.from_Address, this.to_Address, this.amount) {
  type = CosmosConstants.COSMOS_BANK_MSG_SEND;
}