IoTeX client
|
A class that represents the ABI for a contract function. More...
#include <abi.h>
Public Member Functions | |
void | getSignature (IotexString &out) |
Gets the funciton signature as a string. More... | |
Public Attributes | |
bool | constant |
std::vector< InputOutputAbi > | inputs |
IotexString | name |
std::vector< InputOutputAbi > | outputs |
IotexString | stateMutability |
bool | payable |
A class that represents the ABI for a contract function.
void iotex::abi::FunctionAbi::getSignature | ( | IotexString & | out | ) |
Gets the funciton signature as a string.
out |