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

Public Member Functions

ProofRegistrationState proofState GUARDED_BY (cs_proofState)
 

Public Attributes

ProofRef proof
 
Delegation delegation
 
Mutex cs_proofState
 

Detailed Description

Definition at line 121 of file processor.cpp.

Member Function Documentation

◆ GUARDED_BY()

ProofRegistrationState proofState avalanche::Processor::PeerData::GUARDED_BY ( cs_proofState  )

Member Data Documentation

◆ cs_proofState

Mutex avalanche::Processor::PeerData::cs_proofState
mutable

Definition at line 125 of file processor.cpp.

◆ delegation

Delegation avalanche::Processor::PeerData::delegation

Definition at line 123 of file processor.cpp.

◆ proof

ProofRef avalanche::Processor::PeerData::proof

Definition at line 122 of file processor.cpp.


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