UNPKG

@etherspot/modular-sdk

Version:

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

9 lines 502 B
export { EtherspotWalletAPI, type ModuleInfo } from './EtherspotWalletAPI.js'; export { PaymasterAPI } from './PaymasterAPI.js'; export type { ClientConfig } from './ClientConfig.js'; export { HttpRpcClient } from './HttpRpcClient.js'; export { DeterministicDeployer } from './DeterministicDeployer.js'; export { VerifyingPaymasterAPI } from './VerifyingPaymasterAPI.js'; export * from './calcPreVerificationGas.js'; export * from './TransactionDetailsForUserOp.js'; //# sourceMappingURL=index.d.ts.map