![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <preconsensus.h>
Public Member Functions | |
| PreConsensusPolicy (const avalanche::Processor &avalanche, 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 avalanche::Processor & | m_avalanche |
| const CBlock & | m_block |
| const CBlockIndex & | m_blockIndex |
| const CTxMemPool * | m_mempool |
Definition at line 21 of file preconsensus.h.
|
inline |
Definition at line 29 of file preconsensus.h.
|
overridevirtual |
Implements ParkingPolicy.
Definition at line 11 of file preconsensus.cpp.
|
private |
Definition at line 23 of file preconsensus.h.
|
private |
Definition at line 24 of file preconsensus.h.
|
private |
Definition at line 25 of file preconsensus.h.
|
private |
Definition at line 26 of file preconsensus.h.