export interface Transaction { response: number; coin: string; value: number; wallet: string; price: number; transaction_id: string; }