We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Anchor
FullScanResult
1 parent 0b8df90 commit 7217a88Copy full SHA for 7217a88
crates/chain/src/spk_client.rs
@@ -377,9 +377,9 @@ impl<K: Ord + Clone> FullScanRequest<K> {
377
/// Data returned from a spk-based blockchain client full scan.
378
///
379
/// See also [`FullScanRequest`].
380
-pub struct FullScanResult<K> {
+pub struct FullScanResult<K, A = ConfirmationTimeHeightAnchor> {
381
/// The update to apply to the receiving [`LocalChain`](crate::local_chain::LocalChain).
382
- pub graph_update: TxGraph<ConfirmationTimeHeightAnchor>,
+ pub graph_update: TxGraph<A>,
383
/// The update to apply to the receiving [`TxGraph`].
384
pub chain_update: CheckPoint,
385
/// Last active indices for the corresponding keychains (`K`).
0 commit comments