![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
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 = 2, 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 |
| enum isminetype |
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CScript & | scriptPubKey | ||
| ) |
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CTxDestination & | dest | ||
| ) |
1.8.14