Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | CachableAmount |
Cachable amount subdivided into watchonly and spendable parts. More... | |
Typedefs | |
typedef uint8_t | isminefilter |
used for bitflags of isminetype More... | |
Enumerations | |
enum | isminetype : unsigned int { ISMINE_NO = 0 , ISMINE_WATCH_ONLY = 1 << 0 , ISMINE_SPENDABLE = 1 << 1 , ISMINE_USED = 1 << 2 , ISMINE_ALL = ISMINE_WATCH_ONLY | ISMINE_SPENDABLE , ISMINE_ALL_USED = ISMINE_ALL | ISMINE_USED , ISMINE_ENUM_ELEMENTS } |
IsMine() return codes. More... | |
typedef uint8_t isminefilter |
enum isminetype : unsigned int |