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

interface QueryConnectionsResponseSDKType {
    connections: IdentifiedConnectionSDKType[];
    height: undefined | HeightSDKType;
    pagination?: PageResponseSDKType;
}

Properties

height: undefined | HeightSDKType
pagination?: PageResponseSDKType