|
|
@ -6,9 +6,12 @@ |
|
|
|
#ifndef H_BITCOIN_SCRIPT_STANDARD |
|
|
|
#ifndef H_BITCOIN_SCRIPT_STANDARD |
|
|
|
#define H_BITCOIN_SCRIPT_STANDARD |
|
|
|
#define H_BITCOIN_SCRIPT_STANDARD |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "key.h" |
|
|
|
#include "script/script.h" |
|
|
|
#include "script/script.h" |
|
|
|
#include "script/interpreter.h" |
|
|
|
#include "script/interpreter.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <boost/variant.hpp> |
|
|
|
|
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
|
|
|
class CScript; |
|
|
|
class CScript; |
|
|
|