Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CMainSignals Member List
This is the complete list of members for CMainSignals, including all inherited members.
AcceptedBlockHeader(const CBlockIndex *pindexNew) | CMainSignals | |
BlockChecked(const CBlock &, const CValidationState &) | CMainSignals | |
BlockConnected(const std::shared_ptr< const CBlock > &, const CBlockIndex *pindex, const std::shared_ptr< const std::vector< CTransactionRef >> &) | CMainSignals | |
BlockDisconnected(const std::shared_ptr< const CBlock > &, const CBlockIndex *pindexDisconnected) | CMainSignals | |
Broadcast(int64_t nBestBlockTime, CConnman *connman) | CMainSignals | |
CallbacksPending() | CMainSignals | |
FlushBackgroundCallbacks() | CMainSignals | |
m_internals | CMainSignals | private |
MempoolEntryRemoved(CTransactionRef tx, MemPoolRemovalReason reason) | CMainSignals | private |
NewPoWValidBlock(const CBlockIndex *, const std::shared_ptr< const CBlock > &) | CMainSignals | |
NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig &clsig) | CMainSignals | |
NotifyGovernanceObject(const CGovernanceObject &object) | CMainSignals | |
NotifyGovernanceVote(const CGovernanceVote &vote) | CMainSignals | |
NotifyHeaderTip(const CBlockIndex *pindexNew, bool fInitialDownload) | CMainSignals | |
NotifyInstantSendDoubleSpendAttempt(const CTransaction ¤tTx, const CTransaction &previousTx) | CMainSignals | |
NotifyMasternodeListChanged(bool undo, const CDeterministicMNList &oldMNList, const CDeterministicMNListDiff &diff) | CMainSignals | |
NotifyTransactionLock(const CTransaction &tx, const llmq::CInstantSendLock &islock) | CMainSignals | |
RegisterBackgroundSignalScheduler(CScheduler &scheduler) | CMainSignals | |
RegisterWithMempoolSignals(CTxMemPool &pool) | CMainSignals | |
SetBestChain(const CBlockLocator &) | CMainSignals | |
SynchronousUpdatedBlockTip(const CBlockIndex *, const CBlockIndex *, bool fInitialDownload) | CMainSignals | |
TransactionAddedToMempool(const CTransactionRef &, int64_t) | CMainSignals | |
UnregisterBackgroundSignalScheduler() | CMainSignals | |
UnregisterWithMempoolSignals(CTxMemPool &pool) | CMainSignals | |
UpdatedBlockTip(const CBlockIndex *, const CBlockIndex *, bool fInitialDownload) | CMainSignals | |
void ::CallFunctionInValidationInterfaceQueue(std::function< void()> func) | CMainSignals | private |
void ::RegisterValidationInterface(CValidationInterface *) | CMainSignals | private |
void ::UnregisterAllValidationInterfaces() | CMainSignals | private |
void ::UnregisterValidationInterface(CValidationInterface *) | CMainSignals | private |