Class RlpList

java.lang.Object
org.fisco.bcos.sdk.rlp.RlpList
All Implemented Interfaces:
RlpType

public class RlpList
extends java.lang.Object
implements RlpType
RLP list type.
  • Constructor Summary

    Constructors 
    Constructor Description
    RlpList​(java.util.List<RlpType> values)  
    RlpList​(RlpType... values)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<RlpType> getValues()  

    Methods inherited from class java.lang.Object

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