UNPKG

@biconomy/abstractjs

Version:

SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.

10 lines 499 B
export * from "./utils/index.js"; export * from "./toNexusAccount.js"; export * from "./toMultiChainNexusAccount.js"; export * from "./toGasTankAccount.js"; export * from "./decorators/index.js"; // Explicit exports for account creation functions to ensure proper export chaining export { toNexusAccount } from "./toNexusAccount.js"; export { toMultichainNexusAccount } from "./toMultiChainNexusAccount.js"; export { toGasTankAccount } from "./toGasTankAccount.js"; //# sourceMappingURL=index.js.map