Bitcoin ABC  0.26.3
P2P Digital Currency
Namespaces | Variables
chainparamsconstants.h File Reference
#include <primitives/blockhash.h>
#include <uint256.h>
Include dependency graph for chainparamsconstants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ChainParamsConstants
 Chain params constants for each tracked chain.
 

Variables

const BlockHash ChainParamsConstants::MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("00000000000000000f54157f57d2f28a9a1243e7edc8e95c93886776440fb884")
 
const uint256 ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("0000000000000000000000000000000000000000016d0768514c382e89c85555")
 
const uint64_t ChainParamsConstants::MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 211
 
const uint64_t ChainParamsConstants::MAINNET_ASSUMED_CHAINSTATE_SIZE = 3
 
const BlockHash ChainParamsConstants::TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("000000000008afd8c37f77f1bf7316125d98a0ca261827e8db62385228ce36cc")
 
const uint256 ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006ead3eb16d8dfb35fe")
 
const uint64_t ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55
 
const uint64_t ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2