MsgStoreCode submit Wasm code to the system

interface MsgStoreCode {
    instantiatePermission?: AccessConfig;
    sender: string;
    wasmByteCode: Uint8Array;
}

Properties

instantiatePermission?: AccessConfig

InstantiatePermission access control to apply on contract creation, optional

sender: string

Sender is the that actor that signed the messages

wasmByteCode: Uint8Array

WASMByteCode can be raw or gzip compressed