Bitcoin ABC 0.30.7
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("000000000000000015377958ab0eed7de59df06c4a3c76e3a0234089afc7fa06") |
const uint256 | ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000170746205522d345167a8da") |
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("0000000000143f108fd03becb0bbd48dfd72673a582783605d15f858f2794d00") |
const uint256 | ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006eb541723758a19b3d") |
const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55 |
const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2 |