Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PubKeyHashAddrID = 0x00 // starts with 1 HDPrivateKeyID = [4]byte{0x04, 0x88, 0xad, 0xe4} // starts with xprv HDPublicKeyID = [4]byte{0x04, 0x88, 0xb2, 0x1e} // starts with xpub Params = chaincfg.Params{ PubKeyHashAddrID: 0x00, HDPrivateKeyID: [4]byte{0x04, 0x88, 0xad, 0xe4}, HDPublicKeyID: [4]byte{0x04, 0x88, 0xb2, 0x1e}, HDCoinType: 0, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.