aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-02-15 08:00:09 +0800
committerGav Wood <i@gavwood.com>2015-02-15 08:00:09 +0800
commitf27ecde2566fd43bb10e73d82be530478fa6aee1 (patch)
tree744aece34bd981ccf69696623b97e09ed8507548 /CompilerStack.h
parent41647fd75f3c131ecade223fc58a1f6eed2ee235 (diff)
downloaddexon-solidity-f27ecde2566fd43bb10e73d82be530478fa6aee1.tar.gz
dexon-solidity-f27ecde2566fd43bb10e73d82be530478fa6aee1.tar.zst
dexon-solidity-f27ecde2566fd43bb10e73d82be530478fa6aee1.zip
Working, albeit slowly, non-NatSpec transaction confirmations.
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 439077f3..cb4770cd 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -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);