Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
activemasternode.h
Go to the documentation of this file.
53 virtual void UpdatedBlockTip(const CBlockIndex* pindexNew, const CBlockIndex* pindexFork, bool fInitialDownload);
Definition: activemasternode.h:23
CActiveMasternodeManager * activeMasternodeManager
Definition: activemasternode.cpp:16
Definition: validationinterface.h:64
A combination of a network address (CNetAddr) and a (TCP) port.
Definition: netaddress.h:143
Definition: activemasternode.h:35
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition: transaction.h:26
bool GetLocalAddress(CService &addrRet)
Definition: activemasternode.cpp:182
virtual void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload)
Notifies listeners of updated block chain tip.
Definition: activemasternode.cpp:134
The block chain is a tree shaped structure starting with the genesis block at the root...
Definition: chain.h:170
std::string GetStateString() const
Definition: activemasternode.cpp:18
static bool IsValidNetAddr(CService addrIn)
Definition: activemasternode.cpp:217
std::unique_ptr< CBLSPublicKey > blsPubKeyOperator
Definition: activemasternode.h:25
void Init(const CBlockIndex *pindex)
Definition: activemasternode.cpp:62
std::unique_ptr< CBLSSecretKey > blsKeyOperator
Definition: activemasternode.h:26