Enum bdk::keys::DescriptorKey

source ·
pub enum DescriptorKey<Ctx: ScriptContext> {
    // some variants omitted
}
Expand description

Container for public or secret keys

Implementations§

Create an instance given a public key and a set of valid networks

Create an instance given a secret key and a set of valid networks

Override the computed set of valid networks

Trait Implementations§

Formats the value using the given formatter. Read more

The “identity” conversion is used internally by some bdk::fragments

Turn the key into a DescriptorKey within the requested ScriptContext

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 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.