Interface: AminoMsgExecuteContract
@shareledgerjs/client.wasm.AminoMsgExecuteContract
The Amino JSON representation of MsgExecuteContract.
Properties
type
• type: "wasm/MsgExecuteContract"
value
• value: Object
Type declaration
Name | Type | Description |
---|---|---|
contract | string | Bech32 account address |
funds | readonly Coin [] | - |
msg | any | Execute message as JavaScript object |
sender | string | Bech32 account address |