Readonlybech32Bech32 human-readable part used for SegWit addresses (e.g. "bc", "tb").
Optional Readonlybech32Bech32 human-readable part used for OPNet witness-v16 addresses (e.g. "op", "opt").
Readonlybip32BIP32 extended key version bytes.
ReadonlymessagePrefix prepended to messages before signing (e.g. "\x18Bitcoin Signed Message:\n").
ReadonlypubPay-to-public-key-hash version byte (e.g. 0x00 for mainnet).
ReadonlyscriptPay-to-script-hash version byte (e.g. 0x05 for mainnet).
ReadonlywifWallet Import Format version byte (e.g. 0x80 for mainnet).
Describes the parameters that distinguish one Bitcoin-compatible network from another (mainnet, testnet, regtest, altcoins, etc.).
Consumers must supply a concrete Network object when constructing signers or encoding / decoding WIF strings; the library intentionally ships no hard-coded network constants.
See
Address prefix reference