org.apache.tuweni.ssz.EndOfSSZException |
Indicates the end of the SSZ source has been reached unexpectedly. |
org.apache.tuweni.ssz.InvalidSSZTypeException |
Indicates that an unexpected type was encountered when decoding SSZ. |
org.apache.tuweni.ssz.SSZ |
Simple Serialize (SSZ) encoding and decoding. |
org.apache.tuweni.ssz.SSZException |
Base type for all SSZ encoding and decoding exceptions. |
org.apache.tuweni.ssz.SSZReader |
A reader for consuming values from an SSZ encoded source. |
org.apache.tuweni.ssz.SSZWriter |
A writer for encoding values to SSZ. |