Optional
data: PartialMessage<MsgStoreAndInstantiateContract>Admin is an optional address that can execute migrations
Authority is the address of the governance account.
Builder is the docker image used to build the code deterministically, used for smart contract verification
CodeHash is the SHA256 sum of the code outputted by builder, used for smart contract verification
Funds coins that are transferred from the authority account to the contract on instantiation
Optional
instantiateInstantiatePermission to apply on contract creation, optional
Label is optional metadata to be stored with a constract instance.
Msg json encoded message to be passed to the contract on instantiation
Source is the URL where the code is hosted
UnpinCode code on upload, optional. As default the uploaded contract is pinned to cache.
WASMByteCode can be raw or gzip compressed
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
MsgStoreAndInstantiateContract is the MsgStoreAndInstantiateContract request type.
Since: 0.40
Generated
from message cosmwasm.wasm.v1.MsgStoreAndInstantiateContract