1 #ifndef CREATECONTRACT_H 2 #define CREATECONTRACT_H 29 bool isValidBytecode();
30 bool isValidInterfaceABI();
36 void on_clearAllClicked();
37 void on_createContractClicked();
38 void on_numBlocksChanged();
39 void on_updateCreateButton();
40 void on_newContractABI();
45 QString toDataHex(
int func, QString& errorMessage);
59 #endif // CREATECONTRACT_H ABIFunctionField * m_ABIFunctionField
ExecRPCCommand * m_execRPCCommand
Model for Fabcoin network client.
The ABIFunctionField class ABI functions widget.
ClientModel * m_clientModel
The ExecRPCCommand class Execution of RPC command line.
ContractABI * m_contractABI
Interface to Fabcoin wallet from Qt view code.
The TabBarInfo class Class for informations about tabs.