pub type TxVerificationCache = LruCache<Byte32, CacheEntry>;
Expand description
TX verification lru cache
Aliased Typeยง
struct TxVerificationCache { /* private fields */ }
pub type TxVerificationCache = LruCache<Byte32, CacheEntry>;
TX verification lru cache
struct TxVerificationCache { /* private fields */ }