BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Private Member Functions | Private Attributes | List of all members
CMainSignals Class Reference

#include <validationinterface.h>

Public Member Functions

void RegisterBackgroundSignalScheduler (CScheduler &scheduler)
 Register a CScheduler to give callbacks which should run in the background (may only be called once) More...
 
void UnregisterBackgroundSignalScheduler ()
 Unregister a CScheduler to give callbacks which should run in the background - these callbacks will now be dropped! More...
 
void FlushBackgroundCallbacks ()
 Call any remaining callbacks on the calling thread. More...
 
size_t CallbacksPending ()
 
void RegisterWithMempoolSignals (CTxMemPool &pool)
 Register with mempool to call TransactionRemovedFromMempool callbacks. More...
 
void UnregisterWithMempoolSignals (CTxMemPool &pool)
 Unregister with mempool. More...
 
void UpdatedBlockTip (const CBlockIndex *, const CBlockIndex *, bool fInitialDownload)
 
void TransactionAddedToMempool (const CTransactionRef &)
 
void BlockConnected (const std::shared_ptr< const CBlock > &, const CBlockIndex *pindex, const std::shared_ptr< const std::vector< CTransactionRef >> &)
 
void BlockDisconnected (const std::shared_ptr< const CBlock > &)
 
void ChainStateFlushed (const CBlockLocator &)
 
void Broadcast (int64_t nBestBlockTime, CConnman *connman)
 
void BlockChecked (const CBlock &, const CValidationState &)
 
void NewPoWValidBlock (const CBlockIndex *, const std::shared_ptr< const CBlock > &)
 
void BlockFound (const uint256 &)
 

Private Member Functions

friend void ::RegisterValidationInterface (CValidationInterface *)
 
friend void ::UnregisterValidationInterface (CValidationInterface *)
 
friend void ::UnregisterAllValidationInterfaces ()
 
friend void ::CallFunctionInValidationInterfaceQueue (std::function< void()> func)
 
void MempoolEntryRemoved (CTransactionRef tx, MemPoolRemovalReason reason)
 

Private Attributes

std::unique_ptr< MainSignalsInstancem_internals
 

Detailed Description

Definition at line 159 of file validationinterface.h.

Member Function Documentation

◆ BlockChecked()

void CMainSignals::BlockChecked ( const CBlock block,
const CValidationState state 
)

Definition at line 177 of file validationinterface.cpp.

Here is the caller graph for this function:

◆ BlockConnected()

void CMainSignals::BlockConnected ( const std::shared_ptr< const CBlock > &  pblock,
const CBlockIndex pindex,
const std::shared_ptr< const std::vector< CTransactionRef >> &  pvtxConflicted 
)

Definition at line 155 of file validationinterface.cpp.

◆ BlockDisconnected()

void CMainSignals::BlockDisconnected ( const std::shared_ptr< const CBlock > &  pblock)

Definition at line 161 of file validationinterface.cpp.

◆ BlockFound()

void CMainSignals::BlockFound ( const uint256 hash)

Definition at line 185 of file validationinterface.cpp.

◆ Broadcast()

void CMainSignals::Broadcast ( int64_t  nBestBlockTime,
CConnman connman 
)

Definition at line 173 of file validationinterface.cpp.

◆ CallbacksPending()

size_t CMainSignals::CallbacksPending ( )

Definition at line 57 of file validationinterface.cpp.

◆ ChainStateFlushed()

void CMainSignals::ChainStateFlushed ( const CBlockLocator locator)

Definition at line 167 of file validationinterface.cpp.

◆ FlushBackgroundCallbacks()

void CMainSignals::FlushBackgroundCallbacks ( )

Call any remaining callbacks on the calling thread.

Definition at line 51 of file validationinterface.cpp.

◆ MempoolEntryRemoved()

void CMainSignals::MempoolEntryRemoved ( CTransactionRef  tx,
MemPoolRemovalReason  reason 
)
private

Definition at line 131 of file validationinterface.cpp.

Here is the caller graph for this function:

◆ NewPoWValidBlock()

void CMainSignals::NewPoWValidBlock ( const CBlockIndex pindex,
const std::shared_ptr< const CBlock > &  block 
)

Definition at line 181 of file validationinterface.cpp.

◆ RegisterBackgroundSignalScheduler()

void CMainSignals::RegisterBackgroundSignalScheduler ( CScheduler scheduler)

Register a CScheduler to give callbacks which should run in the background (may only be called once)

Definition at line 42 of file validationinterface.cpp.

◆ RegisterWithMempoolSignals()

void CMainSignals::RegisterWithMempoolSignals ( CTxMemPool pool)

Register with mempool to call TransactionRemovedFromMempool callbacks.

Definition at line 62 of file validationinterface.cpp.

Here is the call graph for this function:

◆ TransactionAddedToMempool()

void CMainSignals::TransactionAddedToMempool ( const CTransactionRef ptx)

Definition at line 149 of file validationinterface.cpp.

◆ UnregisterBackgroundSignalScheduler()

void CMainSignals::UnregisterBackgroundSignalScheduler ( )

Unregister a CScheduler to give callbacks which should run in the background - these callbacks will now be dropped!

Definition at line 47 of file validationinterface.cpp.

◆ UnregisterWithMempoolSignals()

void CMainSignals::UnregisterWithMempoolSignals ( CTxMemPool pool)

Unregister with mempool.

Definition at line 66 of file validationinterface.cpp.

Here is the call graph for this function:

◆ UpdatedBlockTip()

void CMainSignals::UpdatedBlockTip ( const CBlockIndex pindexNew,
const CBlockIndex pindexFork,
bool  fInitialDownload 
)

Definition at line 139 of file validationinterface.cpp.

◆ void ::CallFunctionInValidationInterfaceQueue()

CMainSignals::void ::CallFunctionInValidationInterfaceQueue ( std::function< void()>  func)
private

◆ void ::RegisterValidationInterface()

CMainSignals::void ::RegisterValidationInterface ( CValidationInterface )
private

◆ void ::UnregisterAllValidationInterfaces()

CMainSignals::void ::UnregisterAllValidationInterfaces ( )
private

◆ void ::UnregisterValidationInterface()

CMainSignals::void ::UnregisterValidationInterface ( CValidationInterface )
private

Member Data Documentation

◆ m_internals

std::unique_ptr<MainSignalsInstance> CMainSignals::m_internals
private

Definition at line 161 of file validationinterface.h.


The documentation for this class was generated from the following files: