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 via new makes it so. please follow guidelines found in the comments under utxoindex::core::api::UtxoIndexApi for proper thread safety.