Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <contractabi.h>
Public Member Functions | |
ContractABI () | |
bool | loads (const std::string &json_data) |
void | clean () |
Public Attributes | |
std::vector< FunctionABI > | functions |
Definition at line 198 of file contractabi.h.
ContractABI::ContractABI | ( | ) |
Definition at line 51 of file contractabi.cpp.
void ContractABI::clean | ( | ) |
bool ContractABI::loads | ( | const std::string & | json_data | ) |
Definition at line 54 of file contractabi.cpp.
std::vector<FunctionABI> ContractABI::functions |
Definition at line 205 of file contractabi.h.