Package com.norswap.nanoeth.rlp

  • Interface Summary
    Interface Description
    RLPLayoutable
    Implemented by object that have an RLP layout, i.e.
  • Class Summary
    Class Description
    RLP
    An object that can be encoded in RLP format, or decoded from a byte array in RLP format.
    RLPParsing
    Utilities to help parse protocol objects from a RLP layout.
  • Exception Summary
    Exception Description
    IllegalRLPAccess
    Indicates an illegal access in an RLP object: trying to access a sequence when the object represents a byte array or encoding, trying to access a byte array when the object represents a sequence or encoding, or trying to access a byte or sub-sequence item that is out of bounds.
    RLPParsingException
    Signals a problem while parsing some data from an RLP layout.