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

    Class QueryRawContractStateResponse

    QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method

    from message cosmwasm.wasm.v1.QueryRawContractStateResponse

    Hierarchy

    Index

    Constructors

    Properties

    data: Uint8Array<ArrayBuffer> = ...

    Data contains the raw store data

    from field: bytes data = 1;

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

    Methods