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 alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. 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.