UNPKG

@locker-labs/sdk

Version:

A utility library for enhancing your ERC-4337 experience

10 lines 496 B
import type { ILockerClientParams, ILockerClient } from "./types.js"; /** * Creates a locker modular account client without any plugins. * Users can later install plugins onto this client using installPlugin. * * @param params - The configuration parameters for creating the client. * @returns A promise that resolves to the locker modular account client. */ export declare function createLockerClient(params: ILockerClientParams): Promise<ILockerClient>; //# sourceMappingURL=impl.d.ts.map