#include "Contract.h" #include "Interpreter.h" using namespace Script; /* JED: V III */ Contract::Contract() { } void Contract::executeCreate() { } void Contract::executeRemove() { } void Contract::executeFund() { } void Contract::executeAccept() { //std::vector code; //Interpreter interpreter; //interpreter.interpret(this,code); }