interface MsgStoreCodeParams {
    builder: string;
    sender: string;
    source: string;
    wasm_byte_code: Uint8Array;
}

Hierarchy (view full)

Properties

builder: string

Builder is a valid docker image name with tag, optional

sender: string
source: string

Source is a valid absolute HTTPS URI to the contract's source code, optional

wasm_byte_code: Uint8Array

WASMByteCode can be raw or gzip compressed

Generated using TypeDoc