# Functions
Register registers the network parameters for a Bitcoin network.
# Constants
No description provided by the author
DefinedDeployments is the number of currently defined deployments.
DeploymentMeerEVM defines the rule change deployment ID for the meerevm soft-fork package.
DeploymentTestDummy defines the rule change deployment ID for testing purposes.
DeploymentToken defines the rule change deployment ID for the token soft-fork package.
# Variables
activeNetParams is a pointer to the parameters specific to the currently active network.
CheckForDuplicateHashes checks for duplicate hashes when validating blocks.
CPUMinerThreads is the default number of threads to utilize with the CPUMiner when mining.
ErrDuplicateNet describes an error where the parameters for a network could not be set due to the network already being a standard network or previously-registered into this package.
ErrUnknownHDKeyID describes an error where the provided id which is intended to identify the network for a hierarchical deterministic private extended key is not registered.
mainNetParams contains parameters specific to the main network.
MainNetParams defines the network parameters for the main network.
MixNetParam contains parameters specific to the mix pow test network.
testPowNetParams defines the network parameters for the test network.
privNetParams contains parameters specific to the private test network.
PirvNetParams defines the network parameters for the private test network.
SigHashOptimization is an optimization for verification of transactions that do CHECKSIG operations with hashType SIGHASH_ALL.
testNetParams contains parameters specific to the test network.
TestNetParams defines the network parameters for the test network.
# Structs
Checkpoint identifies a known good point in the block chain.
No description provided by the author
ConsensusDeployment defines details related to a specific consensus rule change that is voted in.
Params defines a qitmeer network by its parameters.
# Type aliases
No description provided by the author