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