RLP |
Recursive Length Prefix (RLP) encoding and decoding. class RLP |
RLPReader |
A reader for consuming values from an RLP encoded source. interface RLPReader |
RLPWriter |
A writer for encoding values to RLP. interface RLPWriter |
EndOfRLPException |
Indicates the end of the RLP source has been reached unexpectedly. open class EndOfRLPException : RLPException |
InvalidRLPEncodingException |
Indicates that invalid RLP encoding was encountered. open class InvalidRLPEncodingException : RLPException |
InvalidRLPTypeException |
Indicates that an unexpected type was encountered when decoding RLP. open class InvalidRLPTypeException : RLPException |
RLPException |
Base type for all RLP encoding and decoding exceptions. open class RLPException : RuntimeException |