public class AbiInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
entrypoint |
List<AbiEvent> |
events |
List<AbiFunction> |
functions |
String |
hash |
| Constructor and Description |
|---|
AbiInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearEventsParamsValue() |
void |
clearFunctionsParamsValue() |
String |
getEntrypoint() |
AbiEvent |
getEvent(String name) |
List<AbiEvent> |
getEvents() |
void |
getEvents(List<AbiEvent> events) |
AbiFunction |
getFunction(String name) |
List<AbiFunction> |
getFunctions() |
void |
getFunctions(List<AbiFunction> functions) |
String |
getHash() |
void |
removeEventParamsValue(String name) |
void |
removeFunctionParamsValue(String name) |
void |
setEntrypoint(String entrypoint) |
void |
setHash(String hash) |
String |
toString() |
public String hash
public String entrypoint
public List<AbiFunction> functions
public String getHash()
public void setHash(String hash)
public String getEntrypoint()
public void setEntrypoint(String entrypoint)
public List<AbiFunction> getFunctions()
public void getFunctions(List<AbiFunction> functions)
public AbiFunction getFunction(String name)
public void clearFunctionsParamsValue()
public void clearEventsParamsValue()
public void removeFunctionParamsValue(String name)
public void removeEventParamsValue(String name)
Copyright © 2020. All rights reserved.