From: github-actions
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.
Insert a floating txout of given outpoint.
Insert and index a transaction into the graph.
-Insert and index a transaction into the graph.
+Insert an anchor for a given transaction.
Insert a unix timestamp of when a transaction is seen in the mempool.
This is used for transaction conflict resolution in TxGraph where the transaction with
the later last-seen is prioritized.
Batch insert transactions, filtering out those that are irrelevant.
Relevancy is determined by the Indexer::is_tx_relevant implementation of I. Irrelevant
transactions in txs will be ignored. txs do not need to be in topological order.
Batch insert unconfirmed transactions, filtering out those that are irrelevant.
Relevancy is determined by the internal Indexer::is_tx_relevant implementation of I.
Irrelevant transactions in txs will be ignored.
Items of txs are tuples containing the transaction and a last seen timestamp. The
last seen communicates when the transaction is last seen in the mempool which is used for
conflict-resolution in TxGraph (refer to TxGraph::insert_seen_at for details).
Batch insert unconfirmed transactions.
Items of txs are tuples containing the transaction and a last seen timestamp. The
last seen communicates when the transaction is last seen in the mempool which is used for
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/trait.Merge.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/trait.Merge.html
index d7872ff8dd..beb84b91a0 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/trait.Merge.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/trait.Merge.html
@@ -75,4 +75,4 @@
T7: Merge,
T8: Merge,
T9: Merge,
- T10: Merge,