export interface TransactionInfo { chainId: string; fees: string; from: string; gasLimit: string; gasPrice: string; gasSpent: string; hash: string; shortHash?: string; status: number; timestamp: number; date?: string; to: string; value: string; action: 'in' | 'out'; iconType?: string; }