Bitcoin ABC 0.30.5
P2P Digital Currency
Variables
ChainParamsConstants Namespace Reference

Chain params constants for each tracked chain. More...

Variables

const BlockHash MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("00000000000000001587793411b87cf50217e0236fa69a1b3b2216f41e36214d")
 
const uint256 MAINNET_MINIMUM_CHAIN_WORK = uint256S("000000000000000000000000000000000000000001700f53498cf30a76509cc0")
 
const uint64_t MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 211
 
const uint64_t MAINNET_ASSUMED_CHAINSTATE_SIZE = 3
 
const BlockHash TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("000000000008e95af41e0200642fa2b006c2610f93e3c5d7751a01d5f7c9c8f1")
 
const uint256 TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb4a3248693b6f1c2")
 
const uint64_t TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55
 
const uint64_t TESTNET_ASSUMED_CHAINSTATE_SIZE = 2
 

Detailed Description

Chain params constants for each tracked chain.

@generated by contrib/devtools/chainparams/generate_chainparams_constants.py

Variable Documentation

◆ MAINNET_ASSUMED_BLOCKCHAIN_SIZE

const uint64_t ChainParamsConstants::MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 211

Definition at line 10 of file chainparamsconstants.cpp.

◆ MAINNET_ASSUMED_CHAINSTATE_SIZE

const uint64_t ChainParamsConstants::MAINNET_ASSUMED_CHAINSTATE_SIZE = 3

Definition at line 11 of file chainparamsconstants.cpp.

◆ MAINNET_DEFAULT_ASSUME_VALID

const BlockHash ChainParamsConstants::MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("00000000000000001587793411b87cf50217e0236fa69a1b3b2216f41e36214d")

Definition at line 8 of file chainparamsconstants.cpp.

◆ MAINNET_MINIMUM_CHAIN_WORK

const uint256 ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("000000000000000000000000000000000000000001700f53498cf30a76509cc0")

Definition at line 9 of file chainparamsconstants.cpp.

◆ TESTNET_ASSUMED_BLOCKCHAIN_SIZE

const uint64_t ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55

Definition at line 15 of file chainparamsconstants.cpp.

◆ TESTNET_ASSUMED_CHAINSTATE_SIZE

const uint64_t ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2

Definition at line 16 of file chainparamsconstants.cpp.

◆ TESTNET_DEFAULT_ASSUME_VALID

const BlockHash ChainParamsConstants::TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("000000000008e95af41e0200642fa2b006c2610f93e3c5d7751a01d5f7c9c8f1")

Definition at line 13 of file chainparamsconstants.cpp.

◆ TESTNET_MINIMUM_CHAIN_WORK

const uint256 ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb4a3248693b6f1c2")

Definition at line 14 of file chainparamsconstants.cpp.