Merge pull request #1296 from AloeareV/remove_doc_hidden

remove doc hidden from some keys
This commit is contained in:
Kris Nuttycombe 2024-03-25 13:46:14 -06:00 committed by GitHub
commit a9c4bc171b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -197,7 +197,6 @@ impl Era {
/// A set of spending keys that are all associated with a single ZIP-0032 account identifier.
#[derive(Clone, Debug)]
#[doc(hidden)]
pub struct UnifiedSpendingKey {
#[cfg(feature = "transparent-inputs")]
transparent: legacy::AccountPrivKey,
@ -207,7 +206,6 @@ pub struct UnifiedSpendingKey {
orchard: orchard::keys::SpendingKey,
}
#[doc(hidden)]
impl UnifiedSpendingKey {
pub fn from_seed<P: consensus::Parameters>(
_params: &P,
@ -624,7 +622,6 @@ pub struct UnifiedFullViewingKey {
unknown: Vec<(u32, Vec<u8>)>,
}
#[doc(hidden)]
impl UnifiedFullViewingKey {
/// Construct a new unified full viewing key.
///