![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "activemasternode.h"#include "wallet/db.h"#include "init.h"#include "main.h"#include "masternode-payments.h"#include "masternode-sync.h"#include "masternodeconfig.h"#include "masternodeman.h"#include "netbase.h"#include "rpc/server.h"#include "utilmoneystr.h"#include <boost/tokenizer.hpp>#include <univalue.h>Go to the source code of this file.
Functions | |
| CAmount | GetSeeSaw (const CAmount &blockValue, int nMasternodeCount, int nHeight) |
| UniValue | masternode (const UniValue ¶ms, bool fHelp) |
| UniValue | listmasternodes (const UniValue ¶ms, bool fHelp) |
| UniValue | getmasternodecount (const UniValue ¶ms, bool fHelp) |
| UniValue | masternodecurrent (const UniValue ¶ms, bool fHelp) |
| bool | StartMasternodeEntry (UniValue &statusObjRet, CMasternodeBroadcast &mnbRet, bool &fSuccessRet, const CMasternodeConfig::CMasternodeEntry &mne, std::string &errorMessage, std::string strCommand="") |
| void | RelayMNB (CMasternodeBroadcast &mnb, const bool fSuccess, int &successful, int &failed) |
| void | RelayMNB (CMasternodeBroadcast &mnb, const bool fSucces) |
| void | SerializeMNB (UniValue &statusObjRet, const CMasternodeBroadcast &mnb, const bool fSuccess, int &successful, int &failed) |
| void | SerializeMNB (UniValue &statusObjRet, const CMasternodeBroadcast &mnb, const bool fSuccess) |
| UniValue | startmasternode (const UniValue ¶ms, bool fHelp) |
| UniValue | createmasternode (const UniValue ¶ms, bool fHelp) |
| UniValue | createmasternodekey (const UniValue ¶ms, bool fHelp) |
| UniValue | getmasternodeoutputs (const UniValue ¶ms, bool fHelp) |
| UniValue | listmasternodeconf (const UniValue ¶ms, bool fHelp) |
| UniValue | getmasternodestatus (const UniValue ¶ms, bool fHelp) |
| UniValue | getmasternodewinners (const UniValue ¶ms, bool fHelp) |
| UniValue | getmasternodescores (const UniValue ¶ms, bool fHelp) |
| UniValue | getcurrentseesawreward (const UniValue ¶ms, bool fHelp) |
| UniValue | getseesawrewardwithheight (const UniValue ¶ms, bool fHelp) |
| UniValue | getseesawrewardratio (const UniValue ¶ms, bool fHelp) |
| bool | DecodeHexMnb (CMasternodeBroadcast &mnb, std::string strHexMnb) |
| UniValue | createmasternodebroadcast (const UniValue ¶ms, bool fHelp) |
| UniValue | decodemasternodebroadcast (const UniValue ¶ms, bool fHelp) |
| UniValue | relaymasternodebroadcast (const UniValue ¶ms, bool fHelp) |
Definition at line 555 of file masternode.cpp.
| bool DecodeHexMnb | ( | CMasternodeBroadcast & | mnb, |
| std::string | strHexMnb | ||
| ) |
Definition at line 954 of file masternode.cpp.
Definition at line 237 of file masternode.cpp.
Definition at line 573 of file masternode.cpp.
Definition at line 810 of file masternode.cpp.
Definition at line 669 of file masternode.cpp.
Definition at line 709 of file masternode.cpp.
Definition at line 607 of file masternode.cpp.
Definition at line 153 of file masternode.cpp.
Definition at line 274 of file masternode.cpp.
| void RelayMNB | ( | CMasternodeBroadcast & | mnb, |
| const bool | fSucces | ||
| ) |
| void RelayMNB | ( | CMasternodeBroadcast & | mnb, |
| const bool | fSuccess, | ||
| int & | successful, | ||
| int & | failed | ||
| ) |
Definition at line 331 of file masternode.cpp.
| void SerializeMNB | ( | UniValue & | statusObjRet, |
| const CMasternodeBroadcast & | mnb, | ||
| const bool | fSuccess | ||
| ) |
| void SerializeMNB | ( | UniValue & | statusObjRet, |
| const CMasternodeBroadcast & | mnb, | ||
| const bool | fSuccess, | ||
| int & | successful, | ||
| int & | failed | ||
| ) |
Definition at line 366 of file masternode.cpp.
| bool StartMasternodeEntry | ( | UniValue & | statusObjRet, |
| CMasternodeBroadcast & | mnbRet, | ||
| bool & | fSuccessRet, | ||
| const CMasternodeConfig::CMasternodeEntry & | mne, | ||
| std::string & | errorMessage, | ||
| std::string | strCommand = "" |
||
| ) |
Definition at line 308 of file masternode.cpp.
1.8.17