Skip to main content

SighashMidstateCache

Type Alias SighashMidstateCache 

Source
pub type SighashMidstateCache = Arc<Mutex<HashMap<SighashCacheKey, [u8; 32], FxBuildHasher>>>;

Aliased Typeยง

pub struct SighashMidstateCache { /* private fields */ }