Scan vaults.

Hierarchy

Constructors

  • Parameters

    Returns nodes.agent.handlers.VaultsScan

Properties

container: {
    db: DB;
    vaultManager: VaultManager;
}

Type declaration

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