export interface TransactionRequest { to: string; data: string; }