Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <preconsensus.h>
Public Member Functions | |
PreConsensusPolicy (const CBlockIndex &blockIndex, const CBlock &block, const CTxMemPool *mempool) | |
bool | operator() (BlockPolicyValidationState &state) override EXCLUSIVE_LOCKS_REQUIRED(m_mempool -> cs) |
Public Member Functions inherited from ParkingPolicy | |
virtual | ~ParkingPolicy () |
virtual bool | operator() (BlockPolicyValidationState &state)=0 |
Private Attributes | |
const CBlock & | m_block |
const CBlockIndex & | m_blockIndex |
const CTxMemPool * | m_mempool |
Definition at line 15 of file preconsensus.h.
|
inline |
Definition at line 22 of file preconsensus.h.
|
overridevirtual |
Implements ParkingPolicy.
Definition at line 11 of file preconsensus.cpp.
|
private |
Definition at line 17 of file preconsensus.h.
|
private |
Definition at line 18 of file preconsensus.h.
|
private |
Definition at line 19 of file preconsensus.h.