![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "chainparams.h"#include "consensus/merkle.h"#include "chainparamsseeds.h"#include "util.h"#include "utilstrencodings.h"#include <boost/assign/list_of.hpp>#include <assert.h>Go to the source code of this file.
Classes | |
| class | CMainParams |
| class | CTestNetParams |
| Testnet (v3) More... | |
| class | CRegTestParams |
| Regression test. More... | |
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... | |
| 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