Class NodesClosestLocalNodesGet

Gets the closest local nodes to a target node

Hierarchy

Constructors

  • Parameters

    Returns NodesClosestLocalNodesGet

Properties

container: {
    db: DB;
    nodeGraph: NodeGraph;
}

Type declaration

handle: ((input) => AsyncGenerator<AgentRPCResponseResult<nodes.agent.types.NodeAddressMessage>, 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