PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Typedefs | Functions
wallet_ismine.cpp File Reference
#include "wallet/wallet_ismine.h"
#include "key.h"
#include "keystore.h"
#include "script/script.h"
#include "script/standard.h"
#include "util.h"
Include dependency graph for wallet_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 CScript &scriptPubKey)
 

Typedef Documentation

◆ valtype

typedef std::vector<unsigned char> valtype

Definition at line 17 of file wallet_ismine.cpp.

Function Documentation

◆ HaveKeys()

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

Definition at line 19 of file wallet_ismine.cpp.

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

◆ IsMine() [1/2]

isminetype IsMine ( const CKeyStore keystore,
const CScript scriptPubKey 
)

Definition at line 36 of file wallet_ismine.cpp.

Here is the call graph for this function:

◆ IsMine() [2/2]

isminetype IsMine ( const CKeyStore keystore,
const CTxDestination dest 
)

Definition at line 30 of file wallet_ismine.cpp.

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