Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
avalanche::Node Struct Reference

#include <node.h>

Public Member Functions

 Node (NodeId nodeid_, PeerId peerid_)
 

Public Attributes

NodeId nodeid
 
PeerId peerid
 
SteadyMilliseconds nextRequestTime
 
bool avaproofsSent
 

Detailed Description

Definition at line 20 of file node.h.

Constructor & Destructor Documentation

◆ Node()

avalanche::Node::Node ( NodeId  nodeid_,
PeerId  peerid_ 
)
inline

Definition at line 26 of file node.h.

Member Data Documentation

◆ avaproofsSent

bool avalanche::Node::avaproofsSent

Definition at line 24 of file node.h.

◆ nextRequestTime

SteadyMilliseconds avalanche::Node::nextRequestTime

Definition at line 23 of file node.h.

◆ nodeid

NodeId avalanche::Node::nodeid

Definition at line 21 of file node.h.

◆ peerid

PeerId avalanche::Node::peerid

Definition at line 22 of file node.h.


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