Skip to main content

Interface: Interval

A polling interval to check for results.

Properties​

cancel()​

cancel: () => void

A function to cancel a polling interval.

Returns​

void

Source​

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


interval​

interval: number

The interval period to make new requests, in milliseconds.

Source​

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