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