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.
1 parent 73a7a0c commit 1d74c68Copy full SHA for 1d74c68
BDKSwiftExampleWallet/View Model/WalletViewModel.swift
@@ -39,6 +39,9 @@ class WalletViewModel {
39
var transactions: [CanonicalTx]
40
var walletSyncState: WalletSyncState
41
var walletViewError: AppError?
42
+ var needsFullScan: Bool {
43
+ bdkClient.needsFullScan()
44
+ }
45
46
private var updateProgress: @Sendable (UInt64, UInt64) -> Void {
47
{ [weak self] inspected, total in
0 commit comments