Type Alias MaxOriginLenOf

Source
pub type MaxOriginLenOf<T> = MaxEncodedLenOf<MessageOriginOf<T>>;
Expand description

The maximal encoded origin length.

Aliased Typeยง

pub struct MaxOriginLenOf<T>(/* private fields */);