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

#include <peermanager.h>

Collaboration diagram for avalanche::PendingNode:
[legend]

Public Member Functions

 PendingNode (ProofId proofid_, NodeId nodeid_, size_t max_elements_)
 

Public Attributes

ProofId proofid
 
NodeId nodeid
 
size_t max_elements
 

Detailed Description

Definition at line 126 of file peermanager.h.

Constructor & Destructor Documentation

◆ PendingNode()

avalanche::PendingNode::PendingNode ( ProofId  proofid_,
NodeId  nodeid_,
size_t  max_elements_ 
)
inline

Definition at line 131 of file peermanager.h.

Member Data Documentation

◆ max_elements

size_t avalanche::PendingNode::max_elements

Definition at line 129 of file peermanager.h.

◆ nodeid

NodeId avalanche::PendingNode::nodeid

Definition at line 128 of file peermanager.h.

◆ proofid

ProofId avalanche::PendingNode::proofid

Definition at line 127 of file peermanager.h.


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