bip32

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	FirstHardenedChild = bip32.FirstHardenedChild

	PublicKeyCompressedLength = bip32.PublicKeyCompressedLength
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Key

type Key struct {
	*bip32.Key
}

func NewMasterKey

func NewMasterKey(seed []byte) (*Key, error)

func (*Key) NewChildKeyByChainId

func (key *Key) NewChildKeyByChainId(id uint32) (*Key, error)

func (*Key) NewChildKeyByPath

func (key *Key) NewChildKeyByPath(childPath ...uint32) (*Key, error)

func (*Key) NewChildKeyByPathString

func (key *Key) NewChildKeyByPathString(childPath string) (*Key, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL