export interface TransactionWithoutGas { to: string; value: string; data: string; from: string; }