pub type UtxoSet = HashMap<OutPoint, Arc<UTXO>, FxBuildHasher>;Expand description
UTXO Set: 𝒰𝒮 = 𝒪 → 𝒰
Arc
Aliased Type§
pub struct UtxoSet { /* private fields */ }Trait Implementations§
Source§impl UtxoLookup for UtxoSet
Available on crate feature production only.Implementation for standard UtxoSet (HashMap / FxHashMap).
impl UtxoLookup for UtxoSet
Available on crate feature
production only.Implementation for standard UtxoSet (HashMap / FxHashMap).