Bitcoin ABC  0.29.2
P2P Digital Currency
Public Attributes | List of all members
avalanche::RemoteProof Struct Reference

#include <peermanager.h>

Collaboration diagram for avalanche::RemoteProof:
[legend]

Public Attributes

ProofId proofid
 
NodeId nodeid
 
std::chrono::seconds lastUpdate
 
bool present
 

Detailed Description

Definition at line 138 of file peermanager.h.

Member Data Documentation

◆ lastUpdate

std::chrono::seconds avalanche::RemoteProof::lastUpdate

Definition at line 141 of file peermanager.h.

◆ nodeid

NodeId avalanche::RemoteProof::nodeid

Definition at line 140 of file peermanager.h.

◆ present

bool avalanche::RemoteProof::present

Definition at line 142 of file peermanager.h.

◆ proofid

ProofId avalanche::RemoteProof::proofid

Definition at line 139 of file peermanager.h.


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