Skip to main content

Interface: Wait<T>

helpers.Wait

A waitable interface to check for results.

Type parameters

NameType
Tunknown

Properties

wait

wait: (controller?: PollingController) => Promise<T>

Type declaration

▸ (controller?): Promise<T>

A function to check for results.

Parameters
NameTypeDescription
controller?PollingControllerA PollingController with the custom timeout & interval.
Returns

Promise<T>

Defined in

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