MsgStoreCode submit Wasm code to the system

interface MsgStoreCodeAmino {
    instantiate_permission?: AccessConfigAmino;
    sender?: string;
    wasm_byte_code?: string;
}

Properties

instantiate_permission?: AccessConfigAmino

InstantiatePermission access control to apply on contract creation, optional

sender?: string

Sender is the that actor that signed the messages

wasm_byte_code?: string

WASMByteCode can be raw or gzip compressed