Interface: Wait<T>
helpers.Wait
Type parameters
Name | Type |
---|---|
T | unknown |
Properties
wait
• wait: (opts?
: SignalAndInterval
) => Promise
<T
>
Type declaration
▸ (opts?
): Promise
<T
>
Parameters
Name | Type |
---|---|
opts? | SignalAndInterval |
Returns
Promise
<T
>
Defined in
@tableland/sdk/src/helpers/await.ts:14