export interface DBWallet { conditions: string; balance: number; }