edwin-sdk
Version:
SDK for integrating AI agents with DeFi protocols
7 lines (5 loc) • 307 B
text/typescript
export { EdwinWallet } from './wallet';
export { EdwinEVMWallet, EdwinEVMPublicKeyWallet } from './evm_wallet';
// Solana wallet clients
export { BaseSolanaWalletClient, KeypairClient, PhantomClient, type PhantomProvider } from './solana_wallet';
export type { SolanaWalletClient } from './solana_wallet';