Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBadChecksum = errors.New("bad extended key checksum")
)
Functions ¶
This section is empty.
Types ¶
type WireFmt ¶
type WireFmt struct { Version [4]byte Depth byte ParentFP [sign.FingerprintLen]byte ChildNum [4]byte ChainCode [32]byte KeyData [33]byte }
WireFmt is an utility struct for turning ExtendedKeys into byte slices
func (*WireFmt) MarshalBinary ¶
func (*WireFmt) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.