UNPKG

permissionless

Version:

A utility library for working with ERC-4337

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