Cryptopunk.Derivation.Path (cryptopunk v0.7.8)
Utility functions to work with deriviation path
See https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
Summary
Types
@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 }