remove solidity --interface

This commit is contained in:
Dimitry
2016-08-17 12:39:10 +03:00
parent e7683f4722
commit e5e2597702
7 changed files with 1 additions and 262 deletions
-1
View File
@@ -73,7 +73,6 @@ public:
/// @param _contractDef The contract definition
/// @return A string with the json representation of the contract's ABI Interface
static std::string abiInterface(ContractDefinition const& _contractDef);
static std::string ABISolidityInterface(ContractDefinition const& _contractDef);
/// Get the User documentation of the contract
/// @param _contractDef The contract definition
/// @return A string with the json representation of the contract's user documentation