@getclave/permissionless
Version:
A utility library for working with ERC-4337
23 lines (19 loc) • 510 B
text/typescript
import {
type SafeSmartAccountImplementation,
type SafeVersion,
type ToSafeSmartAccountParameters,
type ToSafeSmartAccountReturnType,
toSafeSmartAccount
} from "./toSafeSmartAccount"
import { signUserOperation } from "./signUserOperation"
const SafeSmartAccount = {
toSafeSmartAccount,
signUserOperation
}
export {
type SafeSmartAccountImplementation,
type SafeVersion,
type ToSafeSmartAccountParameters,
type ToSafeSmartAccountReturnType,
SafeSmartAccount
}