Type Alias ckb_verification::cache::TxVerificationCache

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

TX verification lru cache

Aliased Type§

struct TxVerificationCache { /* private fields */ }