Minimal Anti Collusion Infrastructure (MACI) / sleep
Function: sleep()
sleep(
ms
):Promise
<void
>
Defined in: packages/sdk/ts/utils/utils.ts:26
Pause the thread for n milliseconds
Parameters
ms
number
the amount of time to sleep in milliseconds
Returns
Promise
<void
>