Class NodesCrossSignClaim

Claims a node

Hierarchy

Constructors

  • Parameters

    Returns NodesCrossSignClaim

Properties

container: {
    acl: ACL;
    nodeManager: NodeManager;
}

Type declaration

handle: ((input, _cancel, meta) => AsyncGenerator<AgentRPCResponseResult<AgentClaimMessage>, 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