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

interface QueryConnectionsResponseAmino {
    connections?: IdentifiedConnectionAmino[];
    height?: HeightAmino;
    pagination?: PageResponseAmino;
}

Properties

list of stored connections of the chain.

height?: HeightAmino

query block height

pagination?: PageResponseAmino

pagination response