MsgSendValueAminoArgs constructor
MsgSendValueAminoArgs(
- String from_Address,
- String to_Address,
- List<
CoinAminoArgs> amount
Implementation
MsgSendValueAminoArgs(this.from_Address, this.to_Address, this.amount);