tuweni / org.apache.tuweni.ssz

Package org.apache.tuweni.ssz

Types

SSZ

class SSZ

Simple Serialize (SSZ) encoding and decoding.

SSZReader

interface SSZReader

A reader for consuming values from an SSZ encoded source.

SSZWriter

interface SSZWriter

A writer for encoding values to SSZ.

Exceptions

EndOfSSZException

open class EndOfSSZException : SSZException

Indicates the end of the SSZ source has been reached unexpectedly.

InvalidSSZTypeException

open class InvalidSSZTypeException : SSZException

Indicates that an unexpected type was encountered when decoding SSZ.

SSZException

open class SSZException : RuntimeException

Base type for all SSZ encoding and decoding exceptions.