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.
ChangeSet
KeyRing
1 parent 0df1a2a commit 1b1eeaeCopy full SHA for 1b1eeae
wallet/src/keyring/mod.rs
@@ -13,7 +13,8 @@
13
//! of descriptors. It ensures descriptors are usable together, consistent with a given network,
14
//! and will work with a BDK `Wallet`.
15
16
-mod changeset;
+/// Contains `Changeset` corresponding to `KeyRing`.
17
+pub mod changeset;
18
19
use crate::descriptor::IntoWalletDescriptor;
20
use crate::keyring::changeset::ChangeSet;
0 commit comments