![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <consensus/params.h>#include <kernel/messagestartchars.h>#include <primitives/block.h>#include <uint256.h>#include <util/chaintype.h>#include <util/hash_type.h>#include <util/vector.h>#include <cstdint>#include <iterator>#include <memory>#include <optional>#include <string>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | AssumeutxoHash |
| struct | AssumeutxoData |
| Holds configuration for use during UTXO snapshot load and validation. More... | |
| struct | ChainTxData |
| Holds various statistics on transactions within a chain. More... | |
| struct | HeadersSyncParams |
| Configuration for headers sync memory usage. More... | |
| class | CChainParams |
| CChainParams defines various tweakable parameters of a given instance of the Bitcoin system. More... | |
| struct | CChainParams::SigNetOptions |
| SigNetOptions holds configurations for creating a signet CChainParams. More... | |
| struct | CChainParams::VersionBitsParameters |
| VersionBitsParameters holds activation parameters. More... | |
| struct | CChainParams::RegTestOptions |
| RegTestOptions holds configurations for creating a regtest CChainParams. More... | |
Functions | |
| std::optional< ChainType > | GetNetworkForMagic (const MessageStartChars &pchMessageStart) |
| std::optional< ChainType > GetNetworkForMagic | ( | const MessageStartChars & | pchMessageStart | ) |
Definition at line 708 of file chainparams.cpp.