Module encoding

Source

Structs§

UseStrictEncoding
Encodes/decodes data in the same way as they are encoded/decoded according to strict encoding.

Traits§

ApplyStrictEncoding
A marker trait for simple implementation of serialization into a Chunk using strict encoding for existing local types. types.
Strategy
Marker trait defining specific encoding strategy which should be used for conversion into and from Chunk blob.