Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Enumerations | Functions | Variables
bitcoin.h File Reference
#include <chainparams.h>
#include <protocol.h>
#include <streams.h>
#include <util/time.h>
#include <chrono>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for bitcoin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSeederNode
 

Enumerations

enum class  PeerMessagingState { AwaitingMessages , Finished }
 

Functions

static uint16_t GetDefaultPort ()
 

Variables

static const unsigned int ADDR_SOFT_CAP = 1000
 

Enumeration Type Documentation

◆ PeerMessagingState

enum PeerMessagingState
strong
Enumerator
AwaitingMessages 
Finished 

Definition at line 26 of file bitcoin.h.

Function Documentation

◆ GetDefaultPort()

static uint16_t GetDefaultPort ( )
inlinestatic

Definition at line 18 of file bitcoin.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ ADDR_SOFT_CAP

const unsigned int ADDR_SOFT_CAP = 1000
static

Definition at line 24 of file bitcoin.h.