startale-aa-sdk
Version:
SDK for startale account integration with support for account abstraction, ERC-7579, ERC-4337.
12 lines • 557 B
JavaScript
// Re-export everything from modules
export * from "./modules/index.js";
// Re-export everything from account
export * from "./account/index.js";
// Re-export everything from clients
export * from "./clients/index.js";
// Re-export everything from constants
export * from "./constants/index.js";
// Explicitly export commonly used functions
export { toSmartSessionsValidator } from "./modules/validators/smartSessionsValidator/toSmartSessionsValidator.js";
export { toValidator } from "./modules/validators/toValidator.js";
//# sourceMappingURL=index.js.map