Interface QueryConsensusStatesResponseSDKType

QueryConsensusStatesResponse is the response type for the Query/ConsensusStates RPC method

interface QueryConsensusStatesResponseSDKType {
    consensus_states: ConsensusStateWithHeightSDKType[];
    pagination?: PageResponseSDKType;
}

Properties

pagination?: PageResponseSDKType