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

    Class MsgStoreAndMigrateContractResponse

    MsgStoreAndMigrateContractResponse defines the response structure for executing a MsgStoreAndMigrateContract message.

    Since: 0.42

    from message cosmwasm.wasm.v1.MsgStoreAndMigrateContractResponse

    Hierarchy

    Index

    Constructors

    Properties

    checksum: Uint8Array<ArrayBuffer> = ...

    Checksum is the sha256 hash of the stored code

    from field: bytes checksum = 2;

    codeId: bigint = protoInt64.zero

    CodeID is the reference to the stored WASM code

    from field: uint64 code_id = 1;

    data: Uint8Array<ArrayBuffer> = ...

    Data contains bytes to returned from the contract

    from field: bytes data = 3;

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

    Methods