Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Namespaces | Typedefs | Variables
node.h File Reference
#include <nodeid.h>
#include <pubkey.h>
#include <util/time.h>
#include <chrono>
#include <cstdint>
Include dependency graph for node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  avalanche::Node
 

Namespaces

 avalanche
 

Typedefs

using PeerId = uint32_t
 

Variables

static constexpr PeerId NO_PEER = -1
 

Typedef Documentation

◆ PeerId

using PeerId = uint32_t

Definition at line 15 of file node.h.

Variable Documentation

◆ NO_PEER

constexpr PeerId NO_PEER = -1
staticconstexpr

Definition at line 16 of file node.h.