#include "ismine.h"
#include "key.h"
#include "keystore.h"
#include "script/script.h"
#include "script/standard.h"
#include "script/sign.h"
Go to the source code of this file.
|
typedef std::vector< unsigned char > | valtype |
|
|
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 |
unsigned int HaveKeys |
( |
const std::vector< valtype > & |
pubkeys, |
|
|
const CKeyStore & |
keystore |
|
) |
| |