Module derivation_path

Source
Expand description

Derivation Path functionality

Structs§

DerivationPath

Functions§

derivation_path_depth
Returns the length of the derivation path
derivation_path_from_str
Create derivation path from string String should be in the form of: m/44/429/acc’/0/addr
derivation_path_new
Create DerivationPath from account index and address indices
derivation_path_next
Returns a new derivation path with the last element of the derivation path being increased, e.g. m/1/2 -> m/1/3
derivation_path_to_str
Get derivation path as string in the m/44/429/acc’/0/addr format

Type Aliases§

ConstDerivationPathPtr
DerivationPathPtr