Bitcoin ABC 0.30.12
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
avalanche::Processor::GetLocalAcceptance Struct Reference
Collaboration diagram for avalanche::Processor::GetLocalAcceptance:
[legend]

Public Member Functions

 GetLocalAcceptance (const Processor &_processor)
 
bool operator() (const CBlockIndex *pindex) const LOCKS_EXCLUDED(cs_main)
 
bool operator() (const ProofRef &proof) const LOCKS_EXCLUDED(cs_peerManager)
 
bool operator() (const StakeContenderId &contenderId) const
 
bool operator() (const CTransactionRef &tx) const
 

Public Attributes

const Processorprocessor
 

Detailed Description

Definition at line 469 of file processor.h.

Constructor & Destructor Documentation

◆ GetLocalAcceptance()

avalanche::Processor::GetLocalAcceptance::GetLocalAcceptance ( const Processor _processor)
inline

Definition at line 472 of file processor.h.

Member Function Documentation

◆ operator()() [1/4]

bool avalanche::Processor::GetLocalAcceptance::operator() ( const CBlockIndex pindex) const

Definition at line 1435 of file processor.cpp.

◆ operator()() [2/4]

bool avalanche::Processor::GetLocalAcceptance::operator() ( const CTransactionRef tx) const

Definition at line 1459 of file processor.cpp.

◆ operator()() [3/4]

bool avalanche::Processor::GetLocalAcceptance::operator() ( const ProofRef proof) const

Definition at line 1443 of file processor.cpp.

◆ operator()() [4/4]

bool avalanche::Processor::GetLocalAcceptance::operator() ( const StakeContenderId contenderId) const

Definition at line 1451 of file processor.cpp.

Member Data Documentation

◆ processor

const Processor& avalanche::Processor::GetLocalAcceptance::processor

Definition at line 470 of file processor.h.


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