diff --git a/api/bitcoin/all-features.txt b/api/bitcoin/all-features.txt index 998fb3762..9a9b78083 100644 --- a/api/bitcoin/all-features.txt +++ b/api/bitcoin/all-features.txt @@ -7543,6 +7543,7 @@ pub fn bitcoin::bip32::DerivationPath::from(numbers: &'a [bitcoin::bip32::ChildN pub fn bitcoin::bip32::DerivationPath::from(numbers: alloc::vec::Vec) -> Self pub fn bitcoin::bip32::DerivationPath::from_iter(iter: T) -> Self where T: core::iter::traits::collect::IntoIterator pub fn bitcoin::bip32::DerivationPath::from_str(path: &str) -> core::result::Result +pub fn bitcoin::bip32::DerivationPath::from_u32_slice(numbers: &[u32]) -> Self pub fn bitcoin::bip32::DerivationPath::hardened_children(&self) -> bitcoin::bip32::DerivationPathIterator<'_> pub fn bitcoin::bip32::DerivationPath::hash<__H: core::hash::Hasher>(&self, state: &mut __H) pub fn bitcoin::bip32::DerivationPath::index(&self, index: I) -> &Self::Output diff --git a/api/bitcoin/default-features.txt b/api/bitcoin/default-features.txt index c5831a048..849387a77 100644 --- a/api/bitcoin/default-features.txt +++ b/api/bitcoin/default-features.txt @@ -7196,6 +7196,7 @@ pub fn bitcoin::bip32::DerivationPath::from(numbers: &'a [bitcoin::bip32::ChildN pub fn bitcoin::bip32::DerivationPath::from(numbers: alloc::vec::Vec) -> Self pub fn bitcoin::bip32::DerivationPath::from_iter(iter: T) -> Self where T: core::iter::traits::collect::IntoIterator pub fn bitcoin::bip32::DerivationPath::from_str(path: &str) -> core::result::Result +pub fn bitcoin::bip32::DerivationPath::from_u32_slice(numbers: &[u32]) -> Self pub fn bitcoin::bip32::DerivationPath::hardened_children(&self) -> bitcoin::bip32::DerivationPathIterator<'_> pub fn bitcoin::bip32::DerivationPath::hash<__H: core::hash::Hasher>(&self, state: &mut __H) pub fn bitcoin::bip32::DerivationPath::index(&self, index: I) -> &Self::Output diff --git a/api/bitcoin/no-features.txt b/api/bitcoin/no-features.txt index 09e04724d..e015c7e81 100644 --- a/api/bitcoin/no-features.txt +++ b/api/bitcoin/no-features.txt @@ -6559,6 +6559,7 @@ pub fn bitcoin::bip32::DerivationPath::from(numbers: &'a [bitcoin::bip32::ChildN pub fn bitcoin::bip32::DerivationPath::from(numbers: alloc::vec::Vec) -> Self pub fn bitcoin::bip32::DerivationPath::from_iter(iter: T) -> Self where T: core::iter::traits::collect::IntoIterator pub fn bitcoin::bip32::DerivationPath::from_str(path: &str) -> core::result::Result +pub fn bitcoin::bip32::DerivationPath::from_u32_slice(numbers: &[u32]) -> Self pub fn bitcoin::bip32::DerivationPath::hardened_children(&self) -> bitcoin::bip32::DerivationPathIterator<'_> pub fn bitcoin::bip32::DerivationPath::hash<__H: core::hash::Hasher>(&self, state: &mut __H) pub fn bitcoin::bip32::DerivationPath::index(&self, index: I) -> &Self::Output