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.
| Constructor and Description |
|---|
TypeDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Array> |
decode(java.lang.String input,
int offset,
TypeReference<T> typeReference) |
public static <T extends Array> T decode(java.lang.String input, int offset, TypeReference<T> typeReference)