Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <minerfund.h>
Public Member Functions | |
MinerFundPolicy (const Consensus::Params &consensusParams, const CBlockIndex &blockIndex, const CBlock &block, const Amount &blockReward) | |
bool | operator() (BlockPolicyValidationState &state) override |
Public Member Functions inherited from ParkingPolicy | |
virtual | ~ParkingPolicy () |
virtual bool | operator() (BlockPolicyValidationState &state)=0 |
Private Attributes | |
const CBlock & | m_block |
const Amount & | m_blockReward |
const Consensus::Params & | m_consensusParams |
const CBlockIndex & | m_blockIndex |
Definition at line 18 of file minerfund.h.
|
inline |
Definition at line 26 of file minerfund.h.
|
overridevirtual |
Implements ParkingPolicy.
Definition at line 11 of file minerfund.cpp.
|
private |
Definition at line 20 of file minerfund.h.
|
private |
Definition at line 23 of file minerfund.h.
|
private |
Definition at line 21 of file minerfund.h.
|
private |
Definition at line 22 of file minerfund.h.