MsgSend constructor

MsgSend(
  1. String from_address,
  2. String to_address,
  3. List<Coin> amount
)

Implementation

MsgSend(this.from_address, this.to_address, this.amount);