![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "chainparamsbase.h"#include "checkpoints.h"#include "primitives/block.h"#include "protocol.h"#include "uint256.h"#include <vector>Go to the source code of this file.
Classes | |
| struct | CDNSSeedData |
| struct | SeedSpec6 |
| class | CChainParams |
| CChainParams defines various tweakable parameters of a given instance of the PRCY system. More... | |
Typedefs | |
| typedef unsigned char | MessageStartChars[MESSAGE_START_SIZE] |
Functions | |
| const CChainParams & | Params () |
| Return the currently selected parameters. More... | |
| CChainParams & | Params (CBaseChainParams::Network network) |
| Return parameters for the given network. More... | |
| void | SelectParams (CBaseChainParams::Network network) |
| Sets the params returned by Params() to those for the given network. More... | |
| bool | SelectParamsFromCommandLine () |
| Looks for -regtest or -testnet and then calls SelectParams as appropriate. More... | |
| typedef unsigned char MessageStartChars[MESSAGE_START_SIZE] |
Definition at line 21 of file chainparams.h.
| const CChainParams& Params | ( | ) |
Return the currently selected parameters.
This won't change after app startup outside of the unit tests.
Definition at line 463 of file chainparams.cpp.
| CChainParams& Params | ( | CBaseChainParams::Network | network | ) |
Return parameters for the given network.
Definition at line 469 of file chainparams.cpp.
| void SelectParams | ( | CBaseChainParams::Network | network | ) |
Sets the params returned by Params() to those for the given network.
Definition at line 484 of file chainparams.cpp.
| bool SelectParamsFromCommandLine | ( | ) |
Looks for -regtest or -testnet and then calls SelectParams as appropriate.
Returns false if an invalid combination is given.
Definition at line 490 of file chainparams.cpp.
1.8.17