MsgStoreCode submit Wasm code to the system

from message cosmwasm.wasm.v1.MsgStoreCode

Hierarchy

Constructors

Properties

instantiatePermission?: AccessConfig

InstantiatePermission access control to apply on contract creation, optional

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

sender: string = ""

Sender is the actor that signed the messages

from field: string sender = 1;

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.MsgStoreCode" = "cosmwasm.wasm.v1.MsgStoreCode"

Methods