export type RenewFioAddressResponse = {
    transaction_id: string
    block_num: number
    status: string
    expiration: string
    fee_collected: number,
}
