Packages

o

com.mchange.sc.v1.consuela.ethereum

EthAddress_RLPSerializing

implicit object EthAddress_RLPSerializing extends RLPSerializing[EthAddress]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthAddress_RLPSerializing
  2. RLPSerializing
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def decode(bytes: Seq[Byte]): (Failable[EthAddress], Seq[Byte])
    Definition Classes
    RLPSerializing
  2. def decodeComplete(bytes: Seq[Byte]): Failable[EthAddress]
    Definition Classes
    RLPSerializing
  3. def encode(rlpSerializable: EthAddress): Seq[Byte]
    Definition Classes
    RLPSerializing
  4. def fromElement(element: Basic): Failable[EthAddress]

    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
    EthAddress_RLPSerializingRLPSerializing
  5. def toElement(addr: EthAddress): Element