java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

java sdk如何解析交易的input

Open cyjseagull opened this issue 3 years ago • 1 comments

cyjseagull avatar Oct 08 '21 09:10 cyjseagull

2.8.1会添加如下接口支持交易input解析:

public Pair<List<Object>, List<ABIObject>> decodeTransactionInput(String ABI, String input);
public List<String> decodeTransactionInputToString(String ABI, String input);

对应的PR可参考 PR #360

目前版本已经上传到2.8.1-SNAPSHOT,可引入2.8.1-SNAPSHOT试用该版本

cyjseagull avatar Oct 08 '21 12:10 cyjseagull