| Package | Description |
|---|---|
| com.github.DNAProject.smartcontract.neovm.abi |
| Modifier and Type | Field and Description |
|---|---|
List<Parameter> |
AbiEvent.parameters |
List<Parameter> |
AbiFunction.parameters |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
AbiEvent.getParameter(String name) |
Parameter |
AbiFunction.getParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
AbiEvent.getParameters() |
List<Parameter> |
AbiFunction.getParameters() |
| Constructor and Description |
|---|
AbiFunction(String name,
Parameter... parameters) |
Copyright © 2020. All rights reserved.