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 b98020b commit 4bfaba7Copy full SHA for 4bfaba7
BDKSwiftExampleWallet/View/WalletView.swift
@@ -43,7 +43,11 @@ struct WalletView: View {
43
44
VStack {
45
ActivityHomeHeaderView(
46
- state: viewModel.activityHeaderStateSync
+ walletSyncState: viewModel.walletSyncState,
47
+ progress: viewModel.progress,
48
+ inspectedScripts: viewModel.inspectedScripts,
49
+ totalScripts: viewModel.totalScripts,
50
+ needsFullScan: viewModel.needsFullScan
51
) {
52
showAllTransactions = true
53
}
0 commit comments