aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/CompilerStack.h
diff options
context:
space:
mode:
authorEdward Ruchevits <ruchevits@gmail.com>2017-06-14 00:02:57 +0800
committerEdward Ruchevits <ruchevits@gmail.com>2017-06-14 00:03:17 +0800
commit2e816967d315185b930e3460d822f04bff061492 (patch)
tree55d04d99e3d23cbf7451731fa60399e72226a4e5 /libsolidity/interface/CompilerStack.h
parent6b052249dac2bce9d3a87f21cbde3a6429428fc0 (diff)
downloaddexon-solidity-2e816967d315185b930e3460d822f04bff061492.tar.gz
dexon-solidity-2e816967d315185b930e3460d822f04bff061492.tar.zst
dexon-solidity-2e816967d315185b930e3460d822f04bff061492.zip
Allow including hashes of method signatures in --combined-json output
Diffstat (limited to 'libsolidity/interface/CompilerStack.h')
-rw-r--r--libsolidity/interface/CompilerStack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsolidity/interface/CompilerStack.h b/libsolidity/interface/CompilerStack.h
index bffdeabd..3250429b 100644
--- a/libsolidity/interface/CompilerStack.h
+++ b/libsolidity/interface/CompilerStack.h
@@ -177,6 +177,9 @@ public:
/// @param type The type of the documentation to get.
/// Can be one of 4 types defined at @c DocumentationType
Json::Value const& natspec(std::string const& _contractName, DocumentationType _type) const;
+
+ Json::Value functionHashes(ContractDefinition const& _contract);
+
std::string const& onChainMetadata(std::string const& _contractName) const;
void useMetadataLiteralSources(bool _metadataLiteralSources) { m_metadataLiteralSources = _metadataLiteralSources; }