Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 v0.9.0 Oct 19, 2020 Changes in this version + 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 + AddressIndex uint32 + CU uint32 + Change bool + CoinType uint32 + Purpose uint32 + func NewFundraiserParams(CU, coinType, addressIdx uint32) *BIP44Params + func NewParams(purpose, coinType, CU uint32, change bool, addressIdx uint32) *BIP44Params + func NewParamsFromPath(path string) (*BIP44Params, error) + func (p BIP44Params) DerivationPath() []uint32 + func (p BIP44Params) String() string