Bitcoin ABC  0.28.12
P2P Digital Currency
Classes | Macros | Functions
db.h File Reference
#include <chainparams.h>
#include <netbase.h>
#include <protocol.h>
#include <seeder/bitcoin.h>
#include <seeder/util.h>
#include <sync.h>
#include <util/time.h>
#include <version.h>
#include <cmath>
#include <cstdint>
#include <deque>
#include <map>
#include <set>
#include <vector>
Include dependency graph for db.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CAddrStat
 
class  CAddrReport
 
class  SeederAddrInfo
 
class  CAddrDbStats
 
struct  CServiceResult
 
class  CAddrDb
 

Macros

#define MIN_RETRY   1000
 
#define REQUIRE_VERSION   70001
 

Functions

static int GetRequireHeight ()
 
static std::string ToString (const CService &ip)
 

Macro Definition Documentation

◆ MIN_RETRY

#define MIN_RETRY   1000

Definition at line 24 of file db.h.

◆ REQUIRE_VERSION

#define REQUIRE_VERSION   70001

Definition at line 26 of file db.h.

Function Documentation

◆ GetRequireHeight()

static int GetRequireHeight ( )
inlinestatic

Definition at line 28 of file db.h.

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

◆ ToString()

static std::string ToString ( const CService ip)
inlinestatic

Definition at line 32 of file db.h.

Here is the call graph for this function: