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