Cryptopunk.Derivation.Path (cryptopunk v0.6.4)
Utility functions to work with deriviation path
See https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
Link to this section Summary
Link to this section Types
Link to this type
raw_path()
@type raw_path() :: {atom(), [non_neg_integer()]}
@type t() :: %Cryptopunk.Derivation.Path{ account: non_neg_integer(), address_index: non_neg_integer(), change: non_neg_integer(), coin_type: non_neg_integer(), purpose: non_neg_integer(), type: :private | :public }
Link to this section Functions
Link to this function
new(opts)
Link to this function
parse(string_path)
Link to this function
to_raw_path(path)
Link to this function
two_power_31()
@spec two_power_31() :: non_neg_integer()