Versions in this module Expand all Collapse all v0 v0.0.2 Apr 3, 2019 Changes in this version + const BIP44Prefix + const FullFundraiserPath + func ComputeMastersFromSeed(seed []byte) (secret [32]byte, chainCode [32]byte) + func DerivePrivateKeyForPath(privKeyBytes [32]byte, chainCode [32]byte, path string) ([32]byte, error) + type BIP44Params struct + Account uint32 + AddressIndex uint32 + Change bool + CoinType uint32 + Purpose uint32 + func NewFundraiserParams(account uint32, addressIdx uint32) *BIP44Params + func NewParams(purpose, coinType, account uint32, change bool, addressIdx uint32) *BIP44Params + func NewParamsFromPath(path string) (*BIP44Params, error) + func (p BIP44Params) DerivationPath() []uint32 + func (p BIP44Params) String() string