export class Transaction { from: string to: string amount: number timestamp: number date: string }