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.
1 parent 8331d55 commit c548227Copy full SHA for c548227
src/descriptor/key_map.rs
@@ -13,9 +13,9 @@ use super::Descriptor;
13
use super::{DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey};
14
use crate::prelude::{btree_map, BTreeMap};
15
16
-/// Alias type for a map of public key to secret key.
+/// A structure mapping [`DescriptorPublicKey`] to [`DescriptorSecretKey`].
17
///
18
-/// This map is returned whenever a descriptor that contains secrets is parsed using
+/// It's returned whenever a descriptor that contains secrets is parsed using
19
/// [`Descriptor::parse_descriptor`], since the descriptor will always only contain
20
/// public keys. This map allows looking up the corresponding secret key given a
21
/// public key from the descriptor.
0 commit comments