QueryClientStatesResponse is the response type for the Query/ClientStates RPC method.

Hierarchy

  • V1QueryClientStatesResponse

Properties

client_states?: V1IdentifiedClientState[]

list of stored ClientStates of the chain.

pagination?: V1Beta1PageResponse

pagination response PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.

message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }

Generated using TypeDoc