ckb_verification::cache

Type Alias CacheEntry

Source
pub type CacheEntry = Completed;
Expand description

TX verification lru entry

Aliased Type§

struct CacheEntry {
    pub cycles: u64,
    pub fee: Capacity,
}

Fields§

§cycles: u64

Cached tx cycles

§fee: Capacity

Cached tx fee