pub type MaxNameLength<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxNameLength<T>, u16, ValueQuery, T::DefaultMaxNameLength>;Expand description
Maximum number of characters allowed in an agent name.
Storage type is [StorageValue] with value type u16.
Aliased Typeยง
struct MaxNameLength<T: Config>(/* private fields */);