Class NodesClaimsGet

Gets the sigchain claims of a node

Hierarchy

Constructors

  • Parameters

    • container: {
          db: DB;
          sigchain: Sigchain;
      }

    Returns NodesClaimsGet

Properties

container: {
    db: DB;
    sigchain: Sigchain;
}

Type declaration

handle: ((_input) => 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