export interface WalletData { publicKey: string; privateKey: string; }