UNPKG

@locker-labs/sdk

Version:

A utility library for enhancing your ERC-4337 experience

4 lines 277 B
import { EChain } from "./tokens.js"; export declare const waitForTransaction: (userOpHash: string, alchemyRpcUrl: string) => Promise<void>; export declare const adaptLockerChain2AlchemyChain: (lockerChain: EChain) => import("viem").Chain; //# sourceMappingURL=helpers.d.ts.map