Fabcoin Core  0.16.2
P2P Digital Currency
Typedefs | Functions
ismine.cpp File Reference
#include "ismine.h"
#include "key.h"
#include "keystore.h"
#include "script/script.h"
#include "script/standard.h"
#include "script/sign.h"
Include dependency graph for ismine.cpp:

Go to the source code of this file.

Typedefs

typedef std::vector< unsigned char > valtype
 

Functions

unsigned int HaveKeys (const std::vector< valtype > &pubkeys, const CKeyStore &keystore)
 
isminetype IsMine (const CKeyStore &keystore, const CScript &scriptPubKey, SigVersion sigversion)
 
isminetype IsMine (const CKeyStore &keystore, const CTxDestination &dest, SigVersion sigversion)
 
isminetype IsMine (const CKeyStore &keystore, const CTxDestination &dest, bool &isInvalid, SigVersion sigversion)
 
isminetype IsMine (const CKeyStore &keystore, const CScript &scriptPubKey, bool &isInvalid, SigVersion sigversion)
 

Typedef Documentation

typedef std::vector<unsigned char> valtype

Definition at line 15 of file ismine.cpp.

Function Documentation

unsigned int HaveKeys ( const std::vector< valtype > &  pubkeys,
const CKeyStore keystore 
)

Definition at line 17 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 CScript scriptPubKey,
SigVersion  sigversion 
)

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,
SigVersion  sigversion 
)

Definition at line 35 of file ismine.cpp.

Here is the call graph for this function:

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

Definition at line 41 of file ismine.cpp.

Here is the call graph for this function:

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

Definition at line 47 of file ismine.cpp.

Here is the call graph for this function: