Interface: AminoMsgInstantiateContract
@shareledgerjs/client.wasm.AminoMsgInstantiateContract
The Amino JSON representation of MsgInstantiateContract.
Properties
type
• type: "wasm/MsgInstantiateContract"
value
• value: Object
Type declaration
Name | Type | Description |
---|---|---|
admin? | string | Bech32-encoded admin address |
code_id | string | ID of the Wasm code that was uploaded before |
funds | readonly Coin [] | - |
label | string | Human-readable label for this contract |
msg | any | Instantiate message as JavaScript object |
sender | string | Bech32 account address |