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

The maximal encoded origin length.

Aliased Type§

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

Trait Implementations§

source§

impl<T: MaxEncodedLen> Get<u32> for MaxEncodedLenOf<T>

source§

fn get() -> u32

Return the current value.