1 #ifndef EDITCONTRACTINFODIALOG_H 2 #define EDITCONTRACTINFODIALOG_H 14 class QDataWidgetMapper;
32 bool isValidContractAddress();
33 bool isValidInterfaceABI();
37 void loadRow(
int row);
39 QString getAddress()
const;
40 void setAddress(
const QString &
address);
41 QString getABI()
const;
42 void setABI(
const QString &ABI);
46 void on_newContractABI();
49 bool saveCurrentRow();
61 #endif // EDITCONTRACTINFODIALOG_H Dialog for editing a contract information.
ContractTableModel * model
QDataWidgetMapper * mapper
Qt model of the contract book in the core.
struct evm_uint160be address(struct evm_env *env)
ContractABI * m_contractABI
Ui::EditContractInfoDialog * ui