#include <masternode_meta_manager.h>
Definition at line 20 of file masternode_meta_manager.h.
◆ CMasternodeMetaInfo() [1/3]
| CMasternodeMetaInfo::CMasternodeMetaInfo |
( |
| ) |
|
|
default |
◆ CMasternodeMetaInfo() [2/3]
| CMasternodeMetaInfo::CMasternodeMetaInfo |
( |
const uint256 & |
_proTxHash | ) |
|
|
inlineexplicit |
◆ CMasternodeMetaInfo() [3/3]
◆ GetLastOutboundAttempt()
| int64_t CMasternodeMetaInfo::GetLastOutboundAttempt |
( |
| ) |
const |
|
inline |
◆ GetLastOutboundSuccess()
| int64_t CMasternodeMetaInfo::GetLastOutboundSuccess |
( |
| ) |
const |
|
inline |
◆ GetProTxHash()
| const uint256& CMasternodeMetaInfo::GetProTxHash |
( |
| ) |
const |
|
inline |
◆ SERIALIZE_METHODS()
◆ SetLastOutboundAttempt()
| void CMasternodeMetaInfo::SetLastOutboundAttempt |
( |
int64_t |
t | ) |
|
|
inline |
◆ SetLastOutboundSuccess()
| void CMasternodeMetaInfo::SetLastOutboundSuccess |
( |
int64_t |
t | ) |
|
|
inline |
◆ CMasternodeMetaMan
◆ cs
| Mutex CMasternodeMetaInfo::cs |
|
mutableprivate |
◆ lastOutboundAttempt
| int64_t CMasternodeMetaInfo::lastOutboundAttempt {0} |
|
private |
◆ lastOutboundSuccess
| int64_t CMasternodeMetaInfo::lastOutboundSuccess {0} |
|
private |
◆ proTxHash
| uint256 CMasternodeMetaInfo::proTxHash |
|
private |
The documentation for this class was generated from the following file: