Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Namespaces | Enumerations
clientmodel.h File Reference
#include <QDateTime>
#include <QObject>
#include <atomic>
#include <memory>
#include <primitives/blockhash.h>
#include <sync.h>
Include dependency graph for clientmodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClientModel
 Model for Bitcoin network client. More...
 

Namespaces

 interfaces
 

Enumerations

enum class  BlockSource { NONE , DISK , NETWORK }
 
enum class  SyncType { HEADER_PRESYNC , HEADER_SYNC , BLOCK_SYNC }
 

Enumeration Type Documentation

◆ BlockSource

enum BlockSource
strong
Enumerator
NONE 
DISK 
NETWORK 

Definition at line 34 of file clientmodel.h.

◆ SyncType

enum SyncType
strong
Enumerator
HEADER_PRESYNC 
HEADER_SYNC 
BLOCK_SYNC 

Definition at line 40 of file clientmodel.h.