Skip to main content

Interface: Interval

helpers.Interval

A polling interval to check for results.

Properties

cancel

cancel: () => void

Type declaration

▸ (): void

A function to cancel a polling interval.

Returns

void

Defined in

@tableland/sdk/src/helpers/await.ts:32


interval

interval: number

The interval period to make new requests, in milliseconds.

Defined in

@tableland/sdk/src/helpers/await.ts:28