Crate kaspa_utxoindex
source ·Re-exports§
pub use crate::core::*;
Modules§
Structs§
- 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 vianew
makes it so. please follow guidelines found in the comments underutxoindex::core::api::UtxoIndexApi
for proper thread safety.