![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <masternode.h>
Public Member Functions | |
| CMasternodePing () | |
| CMasternodePing (const CTxIn &newVin, const uint256 &nBlockHash, uint64_t _sigTime) | |
| SERIALIZE_METHODS (CMasternodePing, obj) | |
| uint256 | GetHash () const |
| uint256 | GetSignatureHash () const override |
| std::string | GetStrMessage () const override |
| const CTxIn | GetVin () const |
| bool | IsNull () const |
| bool | CheckAndUpdate (int &nDos, bool fRequireAvailable=true, bool fCheckSigTimeOnly=false) |
| void | Relay () |
| CMasternodePing & | operator= (const CMasternodePing &other)=default |
Public Attributes | |
| CTxIn | vin |
| uint256 | blockHash |
| int64_t | sigTime |
Friends | |
| bool | operator== (const CMasternodePing &a, const CMasternodePing &b) |
| bool | operator!= (const CMasternodePing &a, const CMasternodePing &b) |
Additional Inherited Members |
Definition at line 41 of file masternode.h.
| CMasternodePing::CMasternodePing | ( | ) |
Definition at line 489 of file masternode.cpp.
| CMasternodePing::CMasternodePing | ( | const CTxIn & | newVin, |
| const uint256 & | nBlockHash, | ||
| uint64_t | _sigTime | ||
| ) |
Definition at line 496 of file masternode.cpp.
| bool CMasternodePing::CheckAndUpdate | ( | int & | nDos, |
| bool | fRequireAvailable = true, |
||
| bool | fCheckSigTimeOnly = false |
||
| ) |
Definition at line 517 of file masternode.cpp.
| uint256 CMasternodePing::GetHash | ( | ) | const |
|
inlineoverridevirtual |
Implements CSignedMessage.
Definition at line 56 of file masternode.h.
|
overridevirtual |
Implements CSignedMessage.
Definition at line 512 of file masternode.cpp.
|
inline |
Definition at line 58 of file masternode.h.
|
inline |
Definition at line 59 of file masternode.h.
|
default |
| void CMasternodePing::Relay | ( | ) |
|
inline |
Definition at line 51 of file masternode.h.
|
friend |
Definition at line 70 of file masternode.h.
|
friend |
Definition at line 66 of file masternode.h.
| uint256 CMasternodePing::blockHash |
Definition at line 45 of file masternode.h.
| int64_t CMasternodePing::sigTime |
Definition at line 46 of file masternode.h.
| CTxIn CMasternodePing::vin |
Definition at line 44 of file masternode.h.