Class VaultsScan

Hierarchy

Constructors

  • Parameters

    Returns client.handlers.VaultsScan

Properties

container: {
    vaultManager: VaultManager;
}

Type declaration

handle: ((input, _cancel, _meta, ctx) => AsyncGenerator<ClientRPCResponseResult<client.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