Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
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

namespace  ChainParamsConstants
 Chain params constants for each tracked chain.
 

Variables

const BlockHash ChainParamsConstants::MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("0000000000000000123375208c30132a8d5bb59562152660713c23b8b78c6496")
 
const uint256 ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("0000000000000000000000000000000000000000017088d136f17a2d9e341a30")
 
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("0000000000117ae69e8e263226e707f9788c3df06d2d28c9528fbca4cf62522a")
 
const uint256 ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb567642a7deb0745")
 
const uint64_t ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55
 
const uint64_t ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2