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

interface QueryClientStatesResponse {
    clientStates: IdentifiedClientState[];
    pagination?: PageResponse;
}

Properties

clientStates: IdentifiedClientState[]

list of stored ClientStates of the chain.

pagination?: PageResponse

pagination response