pub type CacheEntry = Completed;
TX verification lru entry
struct CacheEntry { pub cycles: u64, pub fee: Capacity, }
cycles: u64
Cached tx cycles
fee: Capacity
Cached tx fee