menu
terra_sdk package
documentation
Core/Wasm/Msgs/MsgExecuteContract.dart
MsgExecuteContract
MsgExecuteContract constructor
MsgExecuteContract constructor
dark_mode
light_mode
MsgExecuteContract
constructor
MsgExecuteContract
(
String
sender
,
String
contract
,
String
execute_msg
,
List
<
Coin
>
coins
,
)
Implementation
MsgExecuteContract(this.sender, this.contract, this.execute_msg, this.coins);
terra_sdk package
documentation
Core/Wasm/Msgs/MsgExecuteContract
MsgExecuteContract
MsgExecuteContract constructor
MsgExecuteContract class