Bitcoin ABC 0.33.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_, size_t maxElements_)
 

Public Attributes

NodeId nodeid
 
PeerId peerid
 
SteadyMilliseconds nextRequestTime
 
bool avaproofsSent {false}
 
uint64_t last_round {0}
 
size_t maxElements
 

Detailed Description

Definition at line 20 of file node.h.

Constructor & Destructor Documentation

◆ Node()

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

Definition at line 28 of file node.h.

Member Data Documentation

◆ avaproofsSent

bool avalanche::Node::avaproofsSent {false}

Definition at line 24 of file node.h.

◆ last_round

uint64_t avalanche::Node::last_round {0}

Definition at line 25 of file node.h.

◆ maxElements

size_t avalanche::Node::maxElements

Definition at line 26 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: