Package org.web3j.rlp

Class RlpString

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

public class RlpString extends Object implements RlpType
RLP string type.
  • Method Details

    • getBytes

      public byte[] getBytes()
    • asPositiveBigInteger

      public BigInteger asPositiveBigInteger()
    • asString

      public String asString()
    • create

      public static RlpString create(byte[] value)
    • create

      public static RlpString create(byte value)
    • create

      public static RlpString create(BigInteger value)
    • create

      public static RlpString create(long value)
    • create

      public static RlpString create(String value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object