Type Alias ark_scale::Usage

source ·
pub type Usage = u8;
Expand description

Arkworks’ serialization modes, morally (Compress, Validate) but const generics only supports integers, bool and char right now.