pub struct DefiniteDescriptorKey(_);
Expand description

A DescriptorPublicKey without any wildcards.

Implementations

Computes the public key corresponding to this descriptor key. When deriving from an XOnlyPublicKey, it adds the default 0x02 y-coordinate and returns the obtained full bitcoin::PublicKey. All BIP32 derivations always return a compressed key

Will return an error if the descriptor key has any hardened derivation steps in its path. To avoid this error you should replace any such public keys first with translate_pk.

The fingerprint of the master key associated with this key, 0x00000000 if none.

Full path, from the master key

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
The associated error which can be returned from parsing.
Parses a string s to return a value of this type. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
The associated [sha256::Hash] for this MiniscriptKey, used in the hash256 fragment. Read more
The associated hash256::Hash for this MiniscriptKey, used in the hash256 fragment. Read more
The associated [ripedmd160::Hash] for this MiniscriptKey type. used in the ripemd160 fragment Read more
The associated [hash160::Hash] for this MiniscriptKey type. used in the hash160 fragment Read more
Returns true if the pubkey is uncompressed. Defaults to false.
Returns true if the pubkey is an x-only pubkey. Defaults to false.
This method returns an Ordering between self and other. Read more
Compares and returns the maximum of two values. Read more
Compares and returns the minimum of two values. Read more
Restrict a value to a certain interval. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Converts an object to a public key
Converts the generic associated MiniscriptKey::Sha256 to [sha256::Hash]
Converts the generic associated MiniscriptKey::Hash256 to hash256::Hash
Converts the generic associated MiniscriptKey::Ripemd160 to [ripemd160::Hash]
Converts the generic associated MiniscriptKey::Hash160 to [hash160::Hash]
Convert an object to x-only pubkey
Obtain the public key hash for this MiniscriptKey Expects an argument to specify the signature type. This would determine whether to serialize the key as 32 byte x-only pubkey or regular public key when computing the hash160 Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.