![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | CachableAmount |
| Cacheable amount subdivided into watchonly and spendable parts. More... | |
Typedefs | |
| typedef uint8_t | isminefilter |
| used for bitflags of isminetype More... | |
Enumerations | |
| enum | isminetype { ISMINE_NO = 0 , ISMINE_WATCH_ONLY = 1 << 0 , ISMINE_SPENDABLE = 1 << 1 , ISMINE_COLD = 1 << 2 , ISMINE_SPENDABLE_DELEGATED = 1 << 3 , ISMINE_WATCH_ONLY_SHIELDED = 1 << 4 , ISMINE_SPENDABLE_SHIELDED = 1 << 5 , ISMINE_SPENDABLE_TRANSPARENT = ISMINE_SPENDABLE_DELEGATED | ISMINE_SPENDABLE , ISMINE_SPENDABLE_NO_DELEGATED = ISMINE_SPENDABLE | ISMINE_SPENDABLE_SHIELDED , ISMINE_SPENDABLE_ALL = ISMINE_SPENDABLE_DELEGATED | ISMINE_SPENDABLE | ISMINE_SPENDABLE_SHIELDED , ISMINE_WATCH_ONLY_ALL = ISMINE_WATCH_ONLY | ISMINE_WATCH_ONLY_SHIELDED , ISMINE_ALL = ISMINE_WATCH_ONLY | ISMINE_SPENDABLE | ISMINE_COLD | ISMINE_SPENDABLE_DELEGATED | ISMINE_SPENDABLE_SHIELDED | ISMINE_WATCH_ONLY_SHIELDED , ISMINE_ENUM_ELEMENTS } |
| IsMine() return codes. More... | |
Functions | |
| isminetype | IsMine (const CKeyStore &keystore, const CScript &scriptPubKey) |
| isminetype | IsMine (const CKeyStore &keystore, const CTxDestination &dest) |
| isminetype | IsMine (const CKeyStore &keystore, const libzcash::SaplingPaymentAddress &pa) |
| isminetype | IsMine (const CKeyStore &keystore, const CWDestination &dest) |
| typedef uint8_t isminefilter |
| enum isminetype |
IsMine() return codes.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CScript & | scriptPubKey | ||
| ) |
Definition at line 74 of file ismine.cpp.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CTxDestination & | dest | ||
| ) |
Definition at line 29 of file ismine.cpp.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CWDestination & | dest | ||
| ) |
Definition at line 69 of file ismine.cpp.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const libzcash::SaplingPaymentAddress & | pa | ||
| ) |