Construct an Network
object out of its' base58 payload.
Result in Base58 notation to xpub
and xprv
.
BITCOIN protocol extended key prefixes
Result in Base58 notation to xpub
and xprv
.
SYMBOL public network protocol extended key prefixes
Result in Base58 notation to xpub
and xprv
.
Checks whether current network instance is identical
to given b
network instance.
The network object to compare against
Returns whether the two objects are identical
Generated using TypeDoc
Class
Network
describes an extended key prefix of 4 bytes. This object is defined bypublic
andprivate
fields containing the unsigned integer value of the prefix.For the BITCOIN protocol, the prefixes result to
xprv
andxpub
for the mainnet network.For the CATAPULT protocol, we will be using the same prefixes and extended key sizes and formats.
https://github.com/bitcoinjs/bip32/blob/master/src/bip32.js#L19
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
https://github.com/bitcoinjs/bip32
https://github.com/nemtech/NIP/issues/12
0.1.0