pub struct ExtendedSecret { /* private fields */ }
Expand description

Extended secret key, allows deterministic derivation of subsequent keys.

Implementations

New extended key from given secret and chain code.

New extended key from given secret with the random chain code.

New extended key from given secret. Chain code will be derived from the secret itself (deterministically).

Derive new private key

Private key component of the extended key.

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.

Should always be Self

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.