MsgStoreAndMigrateContract is the MsgStoreAndMigrateContract request type.

Since: 0.42

from message cosmwasm.wasm.v1.MsgStoreAndMigrateContract

Hierarchy

Constructors

Properties

authority: string = ""

Authority is the address of the governance account.

from field: string authority = 1;

contract: string = ""

Contract is the address of the smart contract

from field: string contract = 4;

instantiatePermission?: AccessConfig

InstantiatePermission to apply on contract creation, optional

from field: cosmwasm.wasm.v1.AccessConfig instantiate_permission = 3;

msg: Uint8Array = ...

Msg json encoded message to be passed to the contract on migration

from field: bytes msg = 5;

wasmByteCode: Uint8Array = ...

WASMByteCode can be raw or gzip compressed

from field: bytes wasm_byte_code = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.MsgStoreAndMigrateContract" = "cosmwasm.wasm.v1.MsgStoreAndMigrateContract"

Methods