Packages

o

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

ImmutableByteSeqSerializer

implicit object ImmutableByteSeqSerializer extends RLPSerializing[Seq[Byte]]

Linear Supertypes
RLPSerializing[Seq[Byte]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableByteSeqSerializer
  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[Seq[Byte]], Seq[Byte])
    Definition Classes
    RLPSerializing
  2. def decodeComplete(bytes: Seq[Byte]): Failable[Seq[Byte]]
    Definition Classes
    RLPSerializing
  3. def encode(rlpSerializable: Seq[Byte]): Seq[Byte]
    Definition Classes
    RLPSerializing
  4. def fromElement(element: Basic): Failable[Seq[Byte]]

    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
    ImmutableByteSeqSerializerRLPSerializing
  5. def toElement(bytes: Seq[Byte]): Element