1 #ifndef SENDTOCONTRACT_H 2 #define SENDTOCONTRACT_H 29 bool isValidContractAddress();
30 bool isValidInterfaceABI();
32 void setContractAddress(
const QString &
address);
37 void on_clearAllClicked();
38 void on_sendToContractClicked();
39 void on_numBlocksChanged();
40 void on_updateSendToContractButton();
41 void on_newContractABI();
42 void on_functionChanged();
43 void on_saveInfoClicked();
44 void on_loadInfoClicked();
45 void on_pasteAddressClicked();
46 void on_contractAddressChanged();
49 QString toDataHex(
int func, QString& errorMessage);
50 bool isFunctionPayable();
65 #endif // SENDTOCONTRACT_H
ContractABI * m_contractABI
ExecRPCCommand * m_execRPCCommand
Model for Fabcoin network client.
The ABIFunctionField class ABI functions widget.
Qt model of the contract book in the core.
const PlatformStyle * m_platformStyle
The ExecRPCCommand class Execution of RPC command line.
Interface to Fabcoin wallet from Qt view code.
The TabBarInfo class Class for informations about tabs.
struct evm_uint160be address(struct evm_env *env)
ContractTableModel * m_contractModel
ABIFunctionField * m_ABIFunctionField
ClientModel * m_clientModel