Bitcoin ABC 0.31.0
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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("00000000000000001db68f8bd93b1a211b007fbd744e4d57ac01e117f831069a")
 
const uint256 ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("000000000000000000000000000000000000000001716d2d8b211ecfe756a680")
 
const uint64_t ChainParamsConstants::MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 212
 
const uint64_t ChainParamsConstants::MAINNET_ASSUMED_CHAINSTATE_SIZE = 3
 
const BlockHash ChainParamsConstants::TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("0000000000025d73795096e8d4604dd43fb38e0935004d355bd64dd6ef120122")
 
const uint256 ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb79621672e288924")
 
const uint64_t ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55
 
const uint64_t ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2