UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

9 lines (8 loc) 188 B
// src/sdk/common/utils/sleep.ts function sleep(sec) { return new Promise((resolve) => setTimeout(resolve, sec * 1e3)); } export { sleep }; //# sourceMappingURL=chunk-76IAL4NC.mjs.map