mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Working, albeit slowly, non-NatSpec transaction confirmations.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user