Class TypeEncoder

java.lang.Object
org.fisco.bcos.sdk.abi.TypeEncoder

public class TypeEncoder
extends java.lang.Object
Ethereum Contract Application Binary Interface (ABI) encoding for types. Further details are available here.
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String encode​(Type parameter)  
    static java.lang.String encodeAddress​(Address address)  
    static java.lang.String encodeNumeric​(NumericType numericType)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait