Type Alias RenewFioAddressResponse

RenewFioAddressResponse: {
    block_num: number;
    expiration: string;
    fee_collected: number;
    status: string;
    transaction_id: string;
}