Package org.web3j.abi

Class TypeDecoder

java.lang.Object
org.web3j.abi.TypeDecoder

public class TypeDecoder extends Object
Ethereum Contract Application Binary Interface (ABI) decoding for types. Decoding is not documented, but is the reverse of the encoding details located here.

The public API is composed of "decode*" methods and provides backward-compatibility. See https://github.com/web3j/web3j/issues/1591 for a discussion about decoding and possible improvements.