bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgStoreCode

    MsgStoreCode submit Wasm code to the system

    from message cosmwasm.wasm.v1.MsgStoreCode

    Hierarchy

    Index

    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<ArrayBuffer> = ...

    WASMByteCode can be raw or gzip compressed

    from field: bytes wasm_byte_code = 2;

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

    Methods