| Package | Description |
|---|---|
| com.github.iotexproject.antenna.solidity |
| Modifier and Type | Field and Description |
|---|---|
Abi.Entry.Type |
Abi.Entry.type |
| Modifier and Type | Method and Description |
|---|---|
static Abi.Entry.Type |
Abi.Entry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Abi.Entry.Type[] |
Abi.Entry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Abi.Entry |
Abi.Entry.create(boolean anonymous,
boolean constant,
String name,
List<Abi.Entry.Param> inputs,
List<Abi.Entry.Param> outputs,
Abi.Entry.Type type,
Boolean payable) |
| Constructor and Description |
|---|
Entry(Boolean anonymous,
Boolean constant,
String name,
List<Abi.Entry.Param> inputs,
List<Abi.Entry.Param> outputs,
Abi.Entry.Type type,
Boolean payable) |
Copyright © 2022 IoTeX Group. All rights reserved.