refactor(wallet)!: Make bdk_wallet::ChangeSet
non-exhaustive
This commit is contained in:
parent
22d02ed3d1
commit
af4ee0fa4b
@ -8,6 +8,7 @@ type IndexedTxGraphChangeSet =
|
||||
|
||||
/// A changeset for [`Wallet`](crate::Wallet).
|
||||
#[derive(Default, Debug, Clone, PartialEq, serde::Deserialize, serde::Serialize)]
|
||||
#[non_exhaustive]
|
||||
pub struct ChangeSet {
|
||||
/// Descriptor for recipient addresses.
|
||||
pub descriptor: Option<Descriptor<DescriptorPublicKey>>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user