Bitcoin ABC 0.30.5
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("00000000000000001587793411b87cf50217e0236fa69a1b3b2216f41e36214d") |
const uint256 | ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("000000000000000000000000000000000000000001700f53498cf30a76509cc0") |
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("000000000008e95af41e0200642fa2b006c2610f93e3c5d7751a01d5f7c9c8f1") |
const uint256 | ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb4a3248693b6f1c2") |
const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55 |
const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2 |