![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the source code of this file.
Typedefs | |
| typedef uint8_t | isminefilter |
| used for bitflags of isminetype More... | |
Enumerations | |
| enum | isminetype { ISMINE_NO = 0, ISMINE_WATCH_ONLY = 1, ISMINE_SPENDABLE = 4, ISMINE_ALL = ISMINE_WATCH_ONLY | ISMINE_SPENDABLE } |
| IsMine() return codes. More... | |
Functions | |
| isminetype | IsMine (const CKeyStore &keystore, const CScript &scriptPubKey) |
| isminetype | IsMine (const CKeyStore &keystore, const CTxDestination &dest) |
| typedef uint8_t isminefilter |
used for bitflags of isminetype
Definition at line 24 of file wallet_ismine.h.
| enum isminetype |
IsMine() return codes.
| Enumerator | |
|---|---|
| ISMINE_NO | |
| ISMINE_WATCH_ONLY | Indicates that we dont know how to create a scriptSig that would solve this if we were given the appropriate private keys. |
| ISMINE_SPENDABLE | |
| ISMINE_ALL | |
Definition at line 16 of file wallet_ismine.h.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CScript & | scriptPubKey | ||
| ) |
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CTxDestination & | dest | ||
| ) |
Definition at line 30 of file wallet_ismine.cpp.
1.8.17