From: github-actions
Implements ordering of vectors, lexicographically.
Can only deserialize borrowed bytes.
The parity is deserialized as u8 - 0 for even, 1 for odd.
Deserializes LeafVersion as a u8 using consensus encoding.
The parity is serialized as u8 - 0 for even, 1 for odd.
Serializes LeafVersion as a u8 using consensus encoding.
Can only deserialize borrowed bytes.
The parity is deserialized as u8 - 0 for even, 1 for odd.
Deserializes LeafVersion as a u8 using consensus encoding.
The parity is serialized as u8 - 0 for even, 1 for odd.
Serializes LeafVersion as a u8 using consensus encoding.
bdk_chain does not care where you cache on-chain data, what you
cache or how you retrieve it from persistent storage.pub extern crate bdk_core;pub extern crate rusqlite;pub extern crate serde;pub use indexed_tx_graph::IndexedTxGraph;pub use indexer::spk_txout;pub use indexer::Indexer;pub use tx_graph::TxGraph;pub use indexer::keychain_txout;pub use bitcoin;pub use miniscript;IndexedTxGraph and associated types. Refer to the
+pub extern crate bdk_core;pub extern crate rusqlite;pub extern crate serde;pub use indexed_tx_graph::IndexedTxGraph;pub use indexer::spk_txout;pub use indexer::Indexer;pub use tx_graph::TxGraph;pub use indexer::keychain_txout;pub use bitcoin;pub use miniscript;IndexedTxGraph and associated types. Refer to the
IndexedTxGraph documentation for more.Indexer provides utilities for indexing transaction data.LocalChain is a local implementation of ChainOracle.Anchor.BlockIds.TxOut with as much data as we can retrieve about itAnchor.bdk_chain::TxGraph).T representing the indexed value.K, derivation index (u32) and a T associated with them.