UNPKG

permissionless

Version:

A utility library for working with ERC-4337

15 lines (12 loc) 371 B
import { signUserOperation } from "./signUserOperation.js" import { toSafeSmartAccount } from "./toSafeSmartAccount.js" export const SafeSmartAccount = { toSafeSmartAccount, signUserOperation } export type { SafeSmartAccountImplementation, SafeVersion, ToSafeSmartAccountParameters, ToSafeSmartAccountReturnType } from "./toSafeSmartAccount.js"