Crate kaspa_utxoindex

Source

Re-exports§

pub use crate::core::*;

Modules§

core

Structs§

UtxoIndex
UtxoIndex indexes CompactUtxoEntryCollections by ScriptPublicKey, commits them to its owns store, and emits changes. Note: The UtxoIndex struct by itself is not thread save, only correct usage of the supplied RwLock via new makes it so. please follow guidelines found in the comments under utxoindex::core::api::UtxoIndexApi for proper thread safety.