mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Claim ether makes wallet & trasfers.
"#require" in solidity.
This commit is contained in:
@@ -138,6 +138,10 @@ private:
|
||||
Contract();
|
||||
};
|
||||
|
||||
/// Expand source code with preprocessor-like includes.
|
||||
/// @todo Replace with better framework.
|
||||
std::string expanded(std::string const& _sourceCode);
|
||||
|
||||
void reset(bool _keepSources = false);
|
||||
void resolveImports();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user