Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <consensus/params.h>
#include <netaddress.h>
#include <primitives/block.h>
#include <protocol.h>
#include <uint256.h>
#include <util/hash_type.h>
#include <cstdint>
#include <iterator>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SeedSpec6 |
struct | CCheckpointData |
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... | |
class | CChainParams |
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system. More... | |
struct | CChainParams::ChainOptions |
Typedefs | |
typedef std::map< int, BlockHash > | MapCheckpoints |
using | MapAssumeutxo = std::map< int, const AssumeutxoData > |
Functions | |
const CCheckpointData & | CheckpointData (const std::string &chain) |
using MapAssumeutxo = std::map<int, const AssumeutxoData> |
Definition at line 59 of file chainparams.h.
typedef std::map<int, BlockHash> MapCheckpoints |
Definition at line 31 of file chainparams.h.
const CCheckpointData & CheckpointData | ( | const std::string & | chain | ) |