|
|
@ -8,14 +8,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include "key.h" |
|
|
|
#include "key.h" |
|
|
|
#include "pubkey.h" |
|
|
|
#include "pubkey.h" |
|
|
|
|
|
|
|
#include "script/script.h" |
|
|
|
|
|
|
|
#include "script/standard.h" |
|
|
|
#include "sync.h" |
|
|
|
#include "sync.h" |
|
|
|
|
|
|
|
|
|
|
|
#include <boost/signals2/signal.hpp> |
|
|
|
#include <boost/signals2/signal.hpp> |
|
|
|
#include <boost/variant.hpp> |
|
|
|
#include <boost/variant.hpp> |
|
|
|
|
|
|
|
|
|
|
|
class CScript; |
|
|
|
|
|
|
|
class CScriptID; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** A virtual base class for key stores */ |
|
|
|
/** A virtual base class for key stores */ |
|
|
|
class CKeyStore |
|
|
|
class CKeyStore |
|
|
|
{ |
|
|
|
{ |
|
|
|