IoTeX client
Public Member Functions | Public Attributes | List of all members
iotex::abi::FunctionAbi Class Reference

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< InputOutputAbiinputs
 
IotexString name
 
std::vector< InputOutputAbioutputs
 
IotexString stateMutability
 
bool payable
 

Detailed Description

A class that represents the ABI for a contract function.

Member Function Documentation

◆ getSignature()

void iotex::abi::FunctionAbi::getSignature ( IotexString &  out)

Gets the funciton signature as a string.

Parameters
out

The documentation for this class was generated from the following files: