Class NodesClosestActiveConnectionsGet

Gets the closest local nodes to a target node

Hierarchy

Constructors

Properties

container: {
    nodeConnectionManager: NodeConnectionManager;
}

Type declaration

handle: ((input, _cancel, _meta, ctx) => AsyncGenerator<AgentRPCResponseResult<ActiveConnectionDataMessage>, any, unknown>) = ...

Type declaration

timeout?: number

This is the timeout used for the handler. If it is not set then the default timeout time for the RPCServer is used.

Generated using TypeDoc