ckb_verification::cache

Type Alias TxVerificationCache

Source
pub type TxVerificationCache = LruCache<Byte32, CacheEntry>;
Expand description

TX verification lru cache

Aliased Typeยง

struct TxVerificationCache { /* private fields */ }