com.mchange.sc.v1.consuela.ethereum.encoding.RLP

Element

object Element

Elements are now formally immutable.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Element
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Basic extends Element

  2. final case class ByteSeq(bytes: scala.collection.immutable.Seq[Byte]) extends Basic with Product with Serializable

  3. final case class Seq(seq: scala.collection.immutable.Seq[Element]) extends Basic with Product with Serializable

  4. final case class UnsignedBigInt(value: BigInt) extends Element with Product with Serializable

  5. final case class UnsignedByte(value: Byte) extends Element with Product with Serializable

  6. final case class UnsignedInt(value: Int) extends Element with Product with Serializable

  7. final case class UnsignedLong(value: Long) extends Element with Product with Serializable

  8. final case class UnsignedShort(value: Short) extends Element with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val Byte0: Byte

  5. object ByteSeq extends Serializable

  6. val EmptyByteSeq: ByteSeq

  7. val EmptySeq: Seq

  8. object Seq extends Serializable

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def byteFromScalarBytes(truncatedByte: scala.Seq[Byte]): Byte

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def decode(bytes: scala.Seq[Byte]): (Basic, scala.Seq[Byte])

    returns

    a pair, decoded Element and unconsumed bytes

  13. def decodeComplete(bytes: scala.Seq[Byte]): Basic

  14. def encode(element: Element): scala.collection.immutable.Seq[Byte]

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def fastElementWithStrings(obj: Any, charset: Charset): Option[Element]

    Strings can be empty, other empty sequences interpreted as structure

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def intFromScalarBytes(truncatedIntBytes: scala.Seq[Byte]): Int

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def longFromScalarBytes(truncatedLongBytes: scala.Seq[Byte]): Long

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def sameBytes(a: Element, b: Element): Boolean

  28. def scalarBytes(bi: BigInt): Array[Byte]

  29. def scalarBytes(l: Long): Array[Byte]

  30. def scalarBytes(i: Int): Array[Byte]

  31. def scalarBytes(s: Short): Array[Byte]

  32. def scalarBytes(b: Byte): Array[Byte]

  33. def shortFromScalarBytes(truncatedShortBytes: scala.Seq[Byte]): Short

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped