Working, albeit slowly, non-NatSpec transaction confirmations.

This commit is contained in:
Gav Wood
2015-02-15 01:00:09 +01:00
parent 41647fd75f
commit f27ecde256
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ public:
void parse(std::string const& _sourceCode);
/// Returns a list of the contract names in the sources.
std::vector<std::string> getContractNames() const;
std::string defaultContractName() const;
/// Compiles the source units that were previously added and parsed.
void compile(bool _optimize = false);