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

    Class QueryRawContractStateRequest

    QueryRawContractStateRequest is the request type for the Query/RawContractState RPC method

    from message cosmwasm.wasm.v1.QueryRawContractStateRequest

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    address is the address of the contract

    from field: string address = 1;

    queryData: Uint8Array<ArrayBuffer> = ...

    from field: bytes query_data = 2;

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

    Methods