export interface Wallet { id?: string; name?: string; secret?: string; publicKey?: string; explorerUrl?: string; }