ConstGet the full parameter set for a named network. Calls Go: chaincfg.MainNetParams / TestNet3Params / etc. from btcd/chaincfg.
Convert an HD private key version to its public counterpart. Calls Go: chaincfg.HDPrivateKeyToPublicKeyID() from btcd/chaincfg.
Check if a string is a known bech32 segwit HRP prefix. Calls Go: chaincfg.IsBech32SegwitPrefix() from btcd/chaincfg.
Check if a byte is a known P2PKH address prefix. Calls Go: chaincfg.IsPubKeyHashAddrID() from btcd/chaincfg.
Check if a byte is a known P2SH address prefix. Calls Go: chaincfg.IsScriptHashAddrID() from btcd/chaincfg.
Bitcoin network configuration parameters.