![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Public Member Functions | |
| ChainParamsWithCustomActivation (const CChainParams &chainParams, int daaHeight, int axionHeight) | |
Public Member Functions inherited from CChainParams | |
| const Consensus::Params & | GetConsensus () const |
| const CMessageHeader::MessageMagic & | DiskMagic () const |
| const CMessageHeader::MessageMagic & | NetMagic () const |
| uint16_t | GetDefaultPort () const |
| uint16_t | GetDefaultPort (Network net) const |
| uint16_t | GetDefaultPort (const std::string &addr) const |
| std::vector< int > | GetAvailableSnapshotHeights () const |
| const CBlock & | GenesisBlock () const |
| bool | DefaultConsistencyChecks () const |
| Default value for -checkmempool and -checkblockindex argument. More... | |
| bool | RequireStandard () const |
| Policy: Filter transactions that do not match well-defined patterns. More... | |
| bool | IsTestChain () const |
| If this chain is exclusively used for testing. More... | |
| bool | IsMockableChain () const |
| If this chain allows time to be mocked. More... | |
| uint64_t | PruneAfterHeight () const |
| uint64_t | AssumedBlockchainSize () const |
| Minimum free space (in GB) needed for data directory. More... | |
| uint64_t | AssumedChainStateSize () const |
| Minimum free space (in GB) needed for data directory when pruned; Does not include prune target. More... | |
| bool | MineBlocksOnDemand () const |
| Whether it is possible to mine blocks on demand (no retargeting) More... | |
| std::string | GetChainTypeString () const |
| Return the chain type string. More... | |
| ChainType | GetChainType () const |
| Return the chain type. More... | |
| const std::vector< uint8_t > & | Base58Prefix (Base58Type type) const |
| Return the list of hostnames to look up for DNS seeds. More... | |
| const std::string & | CashAddrPrefix () const |
| const std::vector< SeedSpec6 > & | FixedSeeds () const |
| const CCheckpointData & | Checkpoints () const |
| std::optional< AssumeutxoData > | AssumeutxoForHeight (int height) const |
| std::optional< AssumeutxoData > | AssumeutxoForBlockhash (const BlockHash &blockhash) const |
| const ChainTxData & | TxData () const |
Definition at line 537 of file aserti32d_tests.cpp.
|
inline |
Definition at line 539 of file aserti32d_tests.cpp.