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

    Class MsgStoreCodeResponse

    MsgStoreCodeResponse returns store result data.

    from message cosmwasm.wasm.v1.MsgStoreCodeResponse

    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;

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

    Methods