![]() |
Bitcoin ABC 0.33.6
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("00000000000000006a41f9d61cb0cf4a452fb6c25d4341253da2c378c92b21b0") |
| const uint256 | ChainParamsConstants::MAINNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000173d5d44e9d5b683272b79b") |
| const uint64_t | ChainParamsConstants::MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 213 |
| const uint64_t | ChainParamsConstants::MAINNET_ASSUMED_CHAINSTATE_SIZE = 3 |
| const BlockHash | ChainParamsConstants::TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("000000000006bdff21bc691a810a051231306dc3e05a7b1f7ce77036284caaf7") |
| const uint256 | ChainParamsConstants::TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006ebc1926c5f09f9c76") |
| const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55 |
| const uint64_t | ChainParamsConstants::TESTNET_ASSUMED_CHAINSTATE_SIZE = 2 |