permissionless
Version:
A utility library for working with ERC-4337
8 lines • 453 B
TypeScript
import { signUserOperation } from "./signUserOperation.js";
import { toSafeSmartAccount } from "./toSafeSmartAccount.js";
export declare const SafeSmartAccount: {
toSafeSmartAccount: typeof toSafeSmartAccount;
signUserOperation: typeof signUserOperation;
};
export type { SafeSmartAccountImplementation, SafeVersion, ToSafeSmartAccountParameters, ToSafeSmartAccountReturnType } from "./toSafeSmartAccount.js";
//# sourceMappingURL=index.d.ts.map