QueryConsensusStatesRequest is the request type for the Query/ConsensusStates RPC method.

interface QueryConsensusStatesRequest {
    clientId: string;
    pagination?: PageRequest;
}

Properties

clientId: string

client identifier

pagination?: PageRequest

pagination request