public class ABIUtils extends Object
| 构造器和说明 |
|---|
ABIUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Parameters |
buildContractParameter(VMTypeEnum vmTypeEnum,
String method,
byte[] abiStream,
List<Object> args) |
static List<ContractOutput> |
getOutput(VMTypeEnum vmTypeEnum,
String method,
byte[] abiStream,
byte[] output) |
public static Parameters buildContractParameter(VMTypeEnum vmTypeEnum, String method, byte[] abiStream, List<Object> args) throws NoSuchFieldException, IllegalAccessException, NoSuchMethodException, InstantiationException, InvocationTargetException
public static List<ContractOutput> getOutput(VMTypeEnum vmTypeEnum, String method, byte[] abiStream, byte[] output) throws UnsupportedEncodingException, IllegalAccessException, NoSuchFieldException, UnsupportedEncodingException
Copyright © 2022. All rights reserved.