![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#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"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 std::vector<unsigned char> valtype |
Definition at line 18 of file ismine.cpp.
Definition at line 20 of file ismine.cpp.
| isminetype IsMine | ( | const CKeyStore & | keystore, |
| const CScript & | scriptPubKey, | ||
| SigVersion | sigversion | ||
| ) |
Definition at line 32 of file ismine.cpp.
| 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 | ||
| ) |
RVN START
RVN END
Definition at line 50 of file ismine.cpp.
1.8.13