Raven Core  3.0.0
P2P Digital Currency
Typedefs | Functions
ismine.cpp File Reference
#include <util.h>
#include "ismine.h"
#include "key.h"
#include "keystore.h"
#include "script/script.h"
#include "script/standard.h"
#include "script/sign.h"
#include "validation.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

◆ valtype

typedef std::vector<unsigned char> valtype

Definition at line 18 of file ismine.cpp.

Function Documentation

◆ HaveKeys()

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

Definition at line 20 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,
SigVersion  sigversion 
)

Definition at line 32 of file ismine.cpp.

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

◆ IsMine() [2/4]

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

Definition at line 38 of file ismine.cpp.

Here is the call graph for this function:

◆ IsMine() [3/4]

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

Definition at line 44 of file ismine.cpp.

Here is the call graph for this function:

◆ IsMine() [4/4]

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

RVN START

RVN END

Definition at line 50 of file ismine.cpp.

Here is the call graph for this function: