QueryConnectionsResponse is the response type for the Query/Connections RPC method.

interface QueryConnectionsResponse {
    connections: IdentifiedConnection[];
    height: undefined | Height;
    pagination?: PageResponse;
}

Properties

connections: IdentifiedConnection[]

list of stored connections of the chain.

height: undefined | Height

query block height

pagination?: PageResponse

pagination response