aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/InterfaceHandler.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-05-10 17:54:23 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-05-19 23:11:03 +0800
commit12328b784875bad30156a2c66912652f89fa8222 (patch)
tree629e9c5ad054dae8dd83ce862d6efaeecccf7571 /libsolidity/interface/InterfaceHandler.h
parent4bf3cbb09a42131dba27b080a4917f30284959d3 (diff)
downloaddexon-solidity-12328b784875bad30156a2c66912652f89fa8222.tar
dexon-solidity-12328b784875bad30156a2c66912652f89fa8222.tar.gz
dexon-solidity-12328b784875bad30156a2c66912652f89fa8222.tar.bz2
dexon-solidity-12328b784875bad30156a2c66912652f89fa8222.tar.lz
dexon-solidity-12328b784875bad30156a2c66912652f89fa8222.tar.xz
dexon-solidity-12328b784875bad30156a2c66912652f89fa8222.tar.zst
dexon-solidity-12328b784875bad30156a2c66912652f89fa8222.zip
Split ABI out of InterfaceHandler
Diffstat (limited to 'libsolidity/interface/InterfaceHandler.h')
-rw-r--r--libsolidity/interface/InterfaceHandler.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libsolidity/interface/InterfaceHandler.h b/libsolidity/interface/InterfaceHandler.h
index 56927d44..883ef3b9 100644
--- a/libsolidity/interface/InterfaceHandler.h
+++ b/libsolidity/interface/InterfaceHandler.h
@@ -17,8 +17,7 @@
/**
* @author Lefteris <lefteris@ethdev.com>
* @date 2014
- * Takes the parsed AST and produces the Natspec
- * documentation and the ABI interface
+ * Takes the parsed AST and produces the Natspec documentation:
* https://github.com/ethereum/wiki/wiki/Ethereum-Natural-Specification-Format
*
* Can generally deal with JSON files
@@ -71,10 +70,6 @@ public:
ContractDefinition const& _contractDef,
DocumentationType _type
);
- /// Get the ABI Interface of the contract
- /// @param _contractDef The contract definition
- /// @return A JSONrepresentation of the contract's ABI Interface
- static Json::Value abiInterface(ContractDefinition const& _contractDef);
/// Get the User documentation of the contract
/// @param _contractDef The contract definition
/// @return A JSON representation of the contract's user documentation