![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Signet: test network with an additional consensus parameter (see BIP325). More...
Public Member Functions | |
| SigNetParams (const SigNetOptions &options) | |
Public Member Functions inherited from CChainParams | |
| const Consensus::Params & | GetConsensus () const |
| const MessageStartChars & | MessageStart () const |
| uint16_t | GetDefaultPort () const |
| std::vector< int > | GetAvailableSnapshotHeights () const |
| const CBlock & | GenesisBlock () const |
| bool | DefaultConsistencyChecks () const |
| Default value for -checkmempool and -checkblockindex argument. 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< std::string > & | DNSSeeds () const |
| Return the list of hostnames to look up for DNS seeds. More... | |
| const std::vector< unsigned char > & | Base58Prefix (Base58Type type) const |
| const std::string & | Bech32HRP () const |
| const std::vector< uint8_t > & | FixedSeeds () const |
| const HeadersSyncParams & | HeadersSync () const |
| std::optional< AssumeutxoData > | AssumeutxoForHeight (int height) const |
| std::optional< AssumeutxoData > | AssumeutxoForBlockhash (const uint256 &blockhash) const |
| const ChainTxData & | TxData () const |
Signet: test network with an additional consensus parameter (see BIP325).
Definition at line 420 of file chainparams.cpp.
|
inlineexplicit |