MsgSendValueAminoArgs constructor

MsgSendValueAminoArgs(
  1. String from_Address,
  2. String to_Address,
  3. List<CoinAminoArgs> amount
)

Implementation

MsgSendValueAminoArgs(this.from_Address, this.to_Address, this.amount);