mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-15 19:25:47 +00:00
Revert "Encode expanded spending keys"
This reverts commit 0743dadcd017b60a0ac7123d04f0d6e7ce1e8016.
This commit is contained in:
parent
0743dadcd0
commit
24691f2d50
@ -13,7 +13,6 @@ use zcash_primitives::{
|
|||||||
};
|
};
|
||||||
use zcash_primitives::{
|
use zcash_primitives::{
|
||||||
legacy::TransparentAddress,
|
legacy::TransparentAddress,
|
||||||
keys::ExpandedSpendingKey,
|
|
||||||
zip32::{ExtendedFullViewingKey, ExtendedSpendingKey},
|
zip32::{ExtendedFullViewingKey, ExtendedSpendingKey},
|
||||||
JUBJUB,
|
JUBJUB,
|
||||||
};
|
};
|
||||||
@ -39,25 +38,6 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// Writes an [`ExpandedSpendingKey`] as a Bech32-encoded string.
|
|
||||||
///
|
|
||||||
/// # Examples
|
|
||||||
///
|
|
||||||
/// ```
|
|
||||||
/// use zcash_client_backend::{
|
|
||||||
/// constants::testnet::{COIN_TYPE, HRP_SAPLING_EXPANDED_SPENDING_KEY},
|
|
||||||
/// encoding::encode_expanded_spending_key,
|
|
||||||
/// keys::spending_key,
|
|
||||||
/// };
|
|
||||||
///
|
|
||||||
/// let expsk = spending_key(&[0; 32][..], COIN_TYPE, 0).expsk;
|
|
||||||
/// let encoded = encode_expanded_spending_key(HRP_SAPLING_EXPANDED_SPENDING_KEY, &expsk);
|
|
||||||
/// ```
|
|
||||||
pub fn encode_expanded_spending_key(htp: &str, sk: &ExpandedSpendingKey<Bls12>) -> String {
|
|
||||||
bech32_encode(htp, |w| sk.write(w))
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Writes an [`ExtendedSpendingKey`] as a Bech32-encoded string.
|
/// Writes an [`ExtendedSpendingKey`] as a Bech32-encoded string.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user