Documentation ¶ Index ¶ type BIP44 func NewBIP44(mnemonic string) *BIP44 func (b *BIP44) DeriveAddress(accountIndex int) (address string, err error) func (b *BIP44) DerivePrivateKey(accountIndex int) (privateKey string, err error) func (b *BIP44) DerivePublicKey(accountIndex int) (publicKey string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BIP44 ¶ type BIP44 struct { // contains filtered or unexported fields } func NewBIP44 ¶ func NewBIP44(mnemonic string) *BIP44 func (*BIP44) DeriveAddress ¶ func (b *BIP44) DeriveAddress(accountIndex int) (address string, err error) func (*BIP44) DerivePrivateKey ¶ func (b *BIP44) DerivePrivateKey(accountIndex int) (privateKey string, err error) func (*BIP44) DerivePublicKey ¶ func (b *BIP44) DerivePublicKey(accountIndex int) (publicKey string, err error) Source Files ¶ View all Source files bip44.go Click to show internal directories. Click to hide internal directories.