mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move some files into contracts
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#ifndef __CONTRACT__
|
||||
#define __CONTRACT__
|
||||
#ifndef CONTRACT_H
|
||||
#define CONTRACT_H
|
||||
|
||||
#include "SerializedLedger.h"
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include "ScriptData.h"
|
||||
/*
|
||||
Encapsulates the SLE for a Contract
|
||||
*/
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
#ifndef __INTERPRETER__
|
||||
#define __INTERPRETER__
|
||||
|
||||
#include "uint256.h"
|
||||
#include "Contract.h"
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <vector>
|
||||
#include "ScriptData.h"
|
||||
#include "TransactionEngine.h"
|
||||
#ifndef INTERPRETER_H
|
||||
#define INTERPRETER_H
|
||||
|
||||
namespace Script {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "Interpreter.h"
|
||||
#ifndef OPERATION_H
|
||||
#define OPERATION_H
|
||||
|
||||
namespace Script {
|
||||
|
||||
@@ -317,4 +318,7 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#ifndef __SCRIPT_DATA__
|
||||
#define __SCRIPT_DATA__
|
||||
#include "uint256.h"
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#ifndef SCRIPT_DATA_H
|
||||
#define SCRIPT_DATA_H
|
||||
|
||||
namespace Script {
|
||||
class Data
|
||||
|
||||
Reference in New Issue
Block a user