PollerOptions: {
    endHash?: string;
    limit?: number;
    startHash?: string;
}

Represents the options for a poller.

Property

The maximum number of items to poll (optional).

Property

The starting hash for polling (optional).

Property

The ending hash for polling (optional).

Type declaration

  • Optional endHash?: string
  • Optional limit?: number
  • Optional startHash?: string

Generated using TypeDoc