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.
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
-
public RlpList(
java.util.List<RlpType> values)
-
Method Details
-
public java.util.List<RlpType> getValues()