Class GestaltsActionsGetByIdentity

Hierarchy

Constructors

Properties

Methods

Constructors

  • Parameters

    Returns GestaltsActionsGetByIdentity

Properties

_outputType: ClientRPCResponseResult<{
    actionsList: ("claim" | "notify" | "scan")[];
}>

Type declaration

  • actionsList: ("claim" | "notify" | "scan")[]
container: {
    db: DB;
    gestaltGraph: GestaltGraph;
}

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.

Methods

Generated using TypeDoc