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.
Wallet
WalletKeysManager
pub(crate)
1 parent ea448a1 commit 7202c83Copy full SHA for 7202c83
src/wallet.rs
@@ -43,7 +43,7 @@ enum WalletSyncStatus {
43
InProgress { subscribers: tokio::sync::broadcast::Sender<Result<(), Error>> },
44
}
45
46
-pub struct Wallet<D, B: Deref, E: Deref, L: Deref>
+pub(crate) struct Wallet<D, B: Deref, E: Deref, L: Deref>
47
where
48
D: BatchDatabase,
49
B::Target: BroadcasterInterface,
@@ -485,7 +485,7 @@ where
485
486
/// Similar to [`KeysManager`], but overrides the destination and shutdown scripts so they are
487
/// directly spendable by the BDK wallet.
488
-pub struct WalletKeysManager<D, B: Deref, E: Deref, L: Deref>
+pub(crate) struct WalletKeysManager<D, B: Deref, E: Deref, L: Deref>
489
490
491
0 commit comments