![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <coins.h>
Public Types | |
enum | Flags { DIRTY = (1 << 0), FRESH = (1 << 1) } |
Public Member Functions | |
CCoinsCacheEntry () | |
Public Attributes | |
CCoins | coins |
unsigned char | flags |
CCoins CCoinsCacheEntry::coins |
Definition at line 287 of file coins.h.
Referenced by CCoinsViewCache::BatchWrite().
unsigned char CCoinsCacheEntry::flags |
Definition at line 288 of file coins.h.
Referenced by CCoinsViewCache::BatchWrite().