![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <QDateTime>#include <QObject>#include <atomic>#include <memory>#include <primitives/blockhash.h>#include <sync.h>Go to the source code of this file.
Classes | |
| class | ClientModel |
| Model for Bitcoin network client. More... | |
Namespaces | |
| namespace | interfaces |
Enumerations | |
| enum class | BlockSource { NONE , DISK , NETWORK } |
| enum class | SyncType { HEADER_PRESYNC , HEADER_SYNC , BLOCK_SYNC } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| DISK | |
| NETWORK | |
Definition at line 34 of file clientmodel.h.
|
strong |
| Enumerator | |
|---|---|
| HEADER_PRESYNC | |
| HEADER_SYNC | |
| BLOCK_SYNC | |
Definition at line 40 of file clientmodel.h.