Documentation Index
Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
Use this file to discover all available pages before exploring further.
sleep(Defined in: src/modules/contract-interaction-utils.ts:93 Pauses the execution of an asynchronous function for a specified duration.ms):Promise<void>
Parameters
| Parameter | Type | Description |
|---|---|---|
ms | number | The number of milliseconds to sleep before resolving the promise. |
Returns
Promise<void>
A promise that resolves after the specified duration.