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

    Class QuerySmartContractStateResponse

    QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method

    from message cosmwasm.wasm.v1.QuerySmartContractStateResponse

    Hierarchy

    Index

    Constructors

    Properties

    data: Uint8Array<ArrayBuffer> = ...

    Data contains the json data returned from the smart contract

    from field: bytes data = 1;

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

    Methods