MCPcopy Create free account
hub / github.com/NoteProtocol/NoteWallet / sleep

Function sleep

src/utils.ts:79–81  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

77}
78
79export async function sleep(ms: number) {
80 return new Promise<void>((resolve) => setTimeout(resolve, ms));
81}
82
83export async function awaitOneByOne<T extends readonly unknown[] | []>(
84 values: T

Callers 3

buildEmptyTokenUTXOMethod · 0.90
mintP2TRNoteV1Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected