Package org.web3j.rlp

Class RlpList

java.lang.Object
org.web3j.rlp.RlpList
All Implemented Interfaces:
RlpType

public class RlpList extends Object implements RlpType
RLP list type.
  • Constructor Details

    • RlpList

      public RlpList(RlpType... values)
    • RlpList

      public RlpList(List<RlpType> values)
  • Method Details