UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

11 lines 422 B
import { SessionKeyValidator } from './SessionKeyValidator/index.js'; import { ModularSdk } from './sdk.js'; export * from './dto/index.js'; export * from './interfaces.js'; export * from './network/index.js'; export * from './bundler/index.js'; export * from './common/index.js'; export * from './wallet/index.js'; export { ModularSdk, SessionKeyValidator }; export default ModularSdk; //# sourceMappingURL=index.d.ts.map