/** * Lethean Blockchain API * * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export interface TxPoolPerformanceModel { tx_processing_time?: number; check_inputs_types_supported_time?: number; expiration_validate_time?: number; validate_amount_time?: number; validate_alias_time?: number; check_keyimages_ws_ms_time?: number; check_inputs_time?: number; begin_tx_time?: number; update_db_time?: number; db_commit_time?: number; check_post_hf4_balance?: number; }