PIVX Core  5.6.99
P2P Digital Currency
Typedefs | Functions
ismine.cpp File Reference
#include "ismine.h"
#include "keystore.h"
#include "script/script.h"
#include "script/sign.h"
#include "util/system.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 CTxDestination &dest)
 
isminetype IsMine (const CKeyStore &keystore, const libzcash::SaplingPaymentAddress &pa)
 
isminetype IsMine (const CKeyStore &keystore, const CWDestination &dest)
 
isminetype IsMine (const CKeyStore &keystore, const CScript &scriptPubKey)
 

Typedef Documentation

◆ valtype

typedef std::vector<unsigned char> valtype

Definition at line 16 of file ismine.cpp.

Function Documentation

◆ HaveKeys()

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

Definition at line 18 of file ismine.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsMine() [1/4]

isminetype IsMine ( const CKeyStore keystore,
const CScript scriptPubKey 
)
Todo:
: Include watch only..

Definition at line 74 of file ismine.cpp.

Here is the call graph for this function:

◆ IsMine() [2/4]

isminetype IsMine ( const CKeyStore keystore,
const CTxDestination dest 
)

Definition at line 29 of file ismine.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsMine() [3/4]

isminetype IsMine ( const CKeyStore keystore,
const CWDestination dest 
)

Definition at line 69 of file ismine.cpp.

◆ IsMine() [4/4]

isminetype IsMine ( const CKeyStore keystore,
const libzcash::SaplingPaymentAddress pa 
)

Definition at line 35 of file ismine.cpp.

Here is the call graph for this function: