TxVerificationCache

Type Alias TxVerificationCache 

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

TX verification lru cache

Aliased Typeยง

pub struct TxVerificationCache { /* private fields */ }