MsgMultiSendDataArgs constructor
MsgMultiSendDataArgs(
- List<
InputDataArgs> inputs, - List<
OutputDataArgs> outputs
Implementation
MsgMultiSendDataArgs(this.inputs, this.outputs) {
type = CosmosConstants.COSMOS_BANK_MSG_MULTISEND;
}