![]() |
Raven Core
3.0.0
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_UNSOLVABLE = 1, ISMINE_WATCH_SOLVABLE = 2, ISMINE_WATCH_ONLY = ISMINE_WATCH_SOLVABLE | ISMINE_WATCH_UNSOLVABLE, ISMINE_SPENDABLE = 4, ISMINE_ALL = ISMINE_WATCH_ONLY | ISMINE_SPENDABLE } |
| IsMine() return codes. More... | |
Functions | |
| isminetype | IsMine (const CKeyStore &keystore, const CScript &scriptPubKey, bool &isInvalid, SigVersion=SIGVERSION_BASE) |
| isminetype | IsMine (const CKeyStore &keystore, const CScript &scriptPubKey, SigVersion=SIGVERSION_BASE) |
| isminetype | IsMine (const CKeyStore &keystore, const CTxDestination &dest, bool &isInvalid, SigVersion=SIGVERSION_BASE) |
| isminetype | IsMine (const CKeyStore &keystore, const CTxDestination &dest, SigVersion=SIGVERSION_BASE) |
| typedef uint8_t isminefilter |
| enum isminetype |
IsMine() return codes.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CScript & | scriptPubKey, | ||
| bool & | isInvalid, | ||
| SigVersion | = SIGVERSION_BASE |
||
| ) |
RVN START
RVN END
Definition at line 50 of file ismine.cpp.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CScript & | scriptPubKey, | ||
| SigVersion | = SIGVERSION_BASE |
||
| ) |
Definition at line 32 of file ismine.cpp.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CTxDestination & | dest, | ||
| bool & | isInvalid, | ||
| SigVersion | = SIGVERSION_BASE |
||
| ) |
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CTxDestination & | dest, | ||
| SigVersion | = SIGVERSION_BASE |
||
| ) |
1.8.13