export type TransactionResponse = { transaction_id: string block_num: number block_time: string status: string fee_collected: number, }