UNPKG

@cygnus-wealth/wallet-integration-system

Version:

Multi-chain wallet integration system for CygnusWealth

8 lines 455 B
export { WalletManager } from './services/WalletManager'; export { EVMWalletIntegration } from './chains/evm/EVMWalletIntegration'; export { SolanaWalletIntegration } from './chains/solana/SolanaWalletIntegration'; export { SuiWalletIntegration } from './chains/sui/SuiWalletIntegration'; export * from './types'; export * from './utils/constants'; export { Chain, IntegrationSource } from '@cygnus-wealth/data-models'; //# sourceMappingURL=index.d.ts.map