public class TypeDecoder
extends java.lang.Object
Ethereum Contract Application Binary Interface (ABI) decoding for types. Decoding is not documented, but is the reverse of the encoding details located here.
| 构造器和说明 |
|---|
TypeDecoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Array> |
decode(java.lang.String input,
int offset,
TypeReference<T> typeReference,
long chainId) |
public static <T extends Array> T decode(java.lang.String input, int offset, TypeReference<T> typeReference, long chainId)