Optional
data: PartialMessage<MsgInstantiateContract>Admin is an optional address that can execute migrations
CodeID is the reference to the stored WASM code
Funds coins that are transferred to the contract on instantiation
Label is optional metadata to be stored with a contract instance.
Msg json encoded message to be passed to the contract on instantiation
Sender is the that actor that signed the messages
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
MsgInstantiateContract create a new smart contract instance for the given code id.
Generated
from message cosmwasm.wasm.v1.MsgInstantiateContract