FullScanRequest, FullScanRequestBuilder, FullScanResult, SyncRequest, SyncRequestBuilder,
SyncResult,
},
- tx_graph::{CalculateFeeError, CanonicalTx, TxGraph, TxNode, TxUpdate},
+ tx_graph::{CalculateFeeError, CanonicalTx, TxGraph, TxUpdate},
BlockId, ChainPosition, ConfirmationBlockTime, DescriptorExt, FullTxOut, Indexed,
IndexedTxGraph, Merge,
};
self.indexed_graph.graph()
}
- /// Iterate over transactions in the wallet that are unseen and unanchored likely
- /// because they haven't been broadcast.
- pub fn unbroadcast_transactions(
- &self,
- ) -> impl Iterator<Item = TxNode<'_, Arc<Transaction>, ConfirmationBlockTime>> {
- self.tx_graph().txs_with_no_anchor_or_last_seen()
- }
-
/// Get a reference to the inner [`KeychainTxOutIndex`].
pub fn spk_index(&self) -> &KeychainTxOutIndex<KeychainKind> {
&self.indexed_graph.index