Bitcoin ABC 0.30.9
P2P Digital Currency
|
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("00000000000000000a822249c4ced097a6c1ea9fbc7fa7f0b74f8346268e9455") |
const uint256 | ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000170d8899ce8444f0f636272") |
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("000000000006a50e3a59f72286ae262cadcb18a939133d137e39fb11e57c3aa6") |
const uint256 | ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb60b5a5dfde49db9") |
const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55 |
const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2 |