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

    Class QuerySmartContractStateRequest

    QuerySmartContractStateRequest is the request type for the Query/SmartContractState RPC method

    from message cosmwasm.wasm.v1.QuerySmartContractStateRequest

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    address is the address of the contract

    from field: string address = 1;

    queryData: Uint8Array<ArrayBuffer> = ...

    QueryData contains the query data passed to the contract

    from field: bytes query_data = 2;

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

    Methods