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.

Trait Implementations§

source§

impl MaxEncodedLen for u8

source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.