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 be119e5 commit 6291afeCopy full SHA for 6291afe
crates/chain/src/spk_client.rs
@@ -316,9 +316,9 @@ impl<K: Ord + Clone> FullScanRequest<K> {
316
/// Data returned from a spk-based blockchain client full scan.
317
///
318
/// See also [`FullScanRequest`].
319
-pub struct FullScanResult<K> {
+pub struct FullScanResult<K, A = ConfirmationTimeHeightAnchor> {
320
/// The update to apply to the receiving [`LocalChain`](crate::local_chain::LocalChain).
321
- pub graph_update: TxGraph<ConfirmationTimeHeightAnchor>,
+ pub graph_update: TxGraph<A>,
322
/// The update to apply to the receiving [`TxGraph`].
323
pub chain_update: CheckPoint,
324
/// Last active indices for the corresponding keychains (`K`).
0 commit comments