You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// `to_pk_ctx` denotes the ToPkCtx required for deriving bitcoin::PublicKey
58
58
/// from MiniscriptKey using [ToPublicKey].
59
59
/// If MiniscriptKey is already is [bitcoin::PublicKey], then the context
60
-
/// would be [NullCtx] and [descriptor.DescriptorPublicKeyCtx] if MiniscriptKey is [descriptor.DescriptorPublicKey]
60
+
/// would be [NullCtx] and [DescriptorPublicKeyCtx](crate::DescriptorPublicKeyCtx) if MiniscriptKey is [DescriptorPublicKey](crate::DescriptorPublicKey)
61
61
///
62
62
/// In general, this is defined by generic for the trait [ToPublicKey]
/// `to_pk_ctx` denotes the ToPkCtx required for deriving bitcoin::PublicKey
77
77
/// from MiniscriptKey using [ToPublicKey].
78
78
/// If MiniscriptKey is already is [bitcoin::PublicKey], then the context
79
-
/// would be [NullCtx] and [descriptor.DescriptorPublicKeyCtx] if MiniscriptKey is [descriptor.DescriptorPublicKey]
79
+
/// would be [NullCtx] and [DescriptorPublicKeyCtx](crate::DescriptorPublicKeyCtx) if MiniscriptKey is [DescriptorPublicKey](crate::DescriptorPublicKey)
80
80
///
81
81
/// In general, this is defined by generic for the trait [ToPublicKey]
0 commit comments