BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Typedefs | Enumerations | Functions
ismine.h File Reference
#include <script/standard.h>
#include <stdint.h>
Include dependency graph for ismine.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ isminefilter

typedef uint8_t isminefilter

used for bitflags of isminetype

Definition at line 25 of file ismine.h.

Enumeration Type Documentation

◆ isminetype

enum isminetype

IsMine() return codes.

Enumerator
ISMINE_NO 
ISMINE_WATCH_ONLY 
ISMINE_SPENDABLE 
ISMINE_ALL 

Definition at line 17 of file ismine.h.

Function Documentation

◆ IsMine() [1/2]

isminetype IsMine ( const CKeyStore keystore,
const CScript scriptPubKey 
)

Definition at line 175 of file ismine.cpp.

Here is the caller graph for this function:

◆ IsMine() [2/2]

isminetype IsMine ( const CKeyStore keystore,
const CTxDestination dest 
)

Definition at line 189 of file ismine.cpp.

Here is the call graph for this function: