Expand description
Derivation Path functionality
Structs§
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