public abstract static class Abi.Entry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Abi.Entry.Param |
static class |
Abi.Entry.Type |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
anonymous |
Boolean |
constant |
List<Abi.Entry.Param> |
inputs |
String |
name |
List<Abi.Entry.Param> |
outputs |
Boolean |
payable |
Abi.Entry.Type |
type |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
byte[] |
encodeSignature() |
byte[] |
fingerprintSignature() |
String |
formatSignature() |
public final Boolean anonymous
public final Boolean constant
public final String name
public final List<Abi.Entry.Param> inputs
public final List<Abi.Entry.Param> outputs
public final Abi.Entry.Type type
public final Boolean payable
public Entry(Boolean anonymous, Boolean constant, String name, List<Abi.Entry.Param> inputs, List<Abi.Entry.Param> outputs, Abi.Entry.Type type, Boolean payable)
public static 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)
public String formatSignature()
public byte[] fingerprintSignature()
public byte[] encodeSignature()
Copyright © 2022 IoTeX Group. All rights reserved.