MsgExecuteContract constructor

MsgExecuteContract(
  1. String sender,
  2. String contract,
  3. String execute_msg,
  4. List<Coin> coins,
)

Implementation

MsgExecuteContract(this.sender, this.contract, this.execute_msg, this.coins);