Class RlpEncoder

java.lang.Object
org.fisco.bcos.sdk.rlp.RlpEncoder

public final class RlpEncoder
extends java.lang.Object
Recursive Length Prefix (RLP) encoder.
  • Method Summary

    Modifier and Type Method Description
    static byte[] encode​(RlpType value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details