Module coins_bip32::derived[][src]

Provides keys that are coupled with their derivation path

Structs

DerivedPubkey

A Pubkey with its derivation. Primarily used by PSBT.

DerivedXPriv

An XPriv with its derivation.

DerivedXPub

An XPub with its derivation.

Traits

DerivedKey

Derived keys are keys coupled with their derivation. We use this trait to check ancestry relationships between keys.