Versions in this module Expand all Collapse all v0 v0.0.1 Nov 1, 2024 Changes in this version + const FirstHardenedChildIndex + type NewNodeOption func(cfg *newNodeCfg) + func WithIndex(index uint32) NewNodeOption + func WithPassword(password string) NewNodeOption + func WithPath(path []uint32) NewNodeOption + type Node struct + func NewNode(mnemonic string, opts ...NewNodeOption) *Node + func (node *Node) Address() string + func (node *Node) Derive(path ...uint32) *Node + func (node *Node) DeriveChild(index uint32) *Node + func (node *Node) PublicKey() ed25519.PublicKey + func (node *Node) SecretKey() string