diff options
author | Gav Wood <i@gavwood.com> | 2015-02-15 08:00:09 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-02-15 08:00:09 +0800 |
commit | f27ecde2566fd43bb10e73d82be530478fa6aee1 (patch) | |
tree | 744aece34bd981ccf69696623b97e09ed8507548 /CompilerStack.h | |
parent | 41647fd75f3c131ecade223fc58a1f6eed2ee235 (diff) | |
download | dexon-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.h | 1 |
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); |