Skip to main content

Crate libssz

Crate libssz 

Source

Structs§

ContainerDecoder
Helper for decoding containers with mixed fixed/variable fields.
ContainerEncoder
Helper for encoding containers with mixed fixed/variable fields.

Enums§

DecodeError

Constants§

BYTES_PER_CHUNK
BYTES_PER_LENGTH_OFFSET

Traits§

SszDecode
Trait for SSZ-decodable types.
SszEncode
Trait for SSZ-encodable types.

Functions§

decode_list_with_max
Decode an SSZ list, rejecting inputs with more than max_len items before decoding item bodies.