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

from message cosmwasm.wasm.v1.QueryRawContractStateRequest

Hierarchy

Constructors

Properties

address: string = ""

address is the address of the contract

from field: string address = 1;

queryData: Uint8Array = ...

from field: bytes query_data = 2;

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

Methods