OPTIONS

Constant OPTIONS 

Source
pub const OPTIONS: Options = _; // 0u32
Expand description

The default options for the storage encoding.

Uses variable-encoded numerical fields and variable-encoded prefix lengths.

The variable length encoding uses zigzag with variable length encoding for numbers.