Fabcoin Core  0.16.2
P2P Digital Currency
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_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 Documentation

typedef uint8_t isminefilter

used for bitflags of isminetype

Definition at line 29 of file ismine.h.

Enumeration Type Documentation

enum isminetype

IsMine() return codes.

Enumerator
ISMINE_NO 
ISMINE_WATCH_UNSOLVABLE 

Indicates that we don't know how to create a scriptSig that would solve this if we were given the appropriate private keys.

ISMINE_WATCH_SOLVABLE 

Indicates that we know how to create a scriptSig that would solve this if we were given the appropriate private keys.

ISMINE_WATCH_ONLY 
ISMINE_SPENDABLE 
ISMINE_ALL 

Definition at line 17 of file ismine.h.

Function Documentation

isminetype IsMine ( const CKeyStore keystore,
const CScript scriptPubKey,
bool &  isInvalid,
SigVersion  = SIGVERSION_BASE 
)

Definition at line 47 of file ismine.cpp.

Here is the call graph for this function:

isminetype IsMine ( const CKeyStore keystore,
const CScript scriptPubKey,
SigVersion  = SIGVERSION_BASE 
)

Definition at line 29 of file ismine.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

isminetype IsMine ( const CKeyStore keystore,
const CTxDestination dest,
bool &  isInvalid,
SigVersion  = SIGVERSION_BASE 
)

Definition at line 41 of file ismine.cpp.

Here is the call graph for this function:

isminetype IsMine ( const CKeyStore keystore,
const CTxDestination dest,
SigVersion  = SIGVERSION_BASE 
)

Definition at line 35 of file ismine.cpp.

Here is the call graph for this function: