Packages

o

com.mchange.sc.v1.consuela.ethereum.specification

Unsigned176_RLPSerializing

implicit object Unsigned176_RLPSerializing extends UnsignedBigInt[Unsigned176]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsigned176_RLPSerializing
  2. UnsignedBigInt
  3. LeafElement
  4. RestrictedTypeRLPSerializing
  5. RLPSerializing
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bellyFromElement(element: Basic): BigInt
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def decode(bytes: Seq[Byte]): (Failable[Unsigned176], Seq[Byte])
    Definition Classes
    RLPSerializing
  8. def decodeComplete(bytes: Seq[Byte]): Failable[Unsigned176]
    Definition Classes
    RLPSerializing
  9. def elementFromBelly(belly: BigInt): Element
  10. def encode(rlpSerializable: Unsigned176): Seq[Byte]
    Definition Classes
    RLPSerializing
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def failNotLeaf(found: Any): Failable[Nothing]
    Attributes
    protected
    Definition Classes
    RLPSerializing
  14. def failNotSeq(found: Any): Failable[Nothing]
    Attributes
    protected
    Definition Classes
    RLPSerializing
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromElement(element: Basic): Failable[Unsigned176]

    The element must be simplified, ie only Element.Seq and Element.ByteSeq entities.

    The element must be simplified, ie only Element.Seq and Element.ByteSeq entities.

    Definition Classes
    RestrictedTypeRLPSerializingRLPSerializing
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def throwNotByteSeq(found: Element): Nothing
    Attributes
    protected
    Definition Classes
    RestrictedTypeRLPSerializing
  25. def toElement(shield: Unsigned176): Element
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from UnsignedBigInt[Unsigned176]

Inherited from LeafElement[BigInt, Unsigned176]

Inherited from RestrictedTypeRLPSerializing[BigInt, Unsigned176]

Inherited from RLPSerializing[Unsigned176]

Inherited from AnyRef

Inherited from Any

Ungrouped