Type Alias frequency_runtime::MaxSchemaSettingsPerSchema
source · pub type MaxSchemaSettingsPerSchema = ConstU32<2>;
Expand description
The maximum number of grants allowed per schema
Aliased Type§
struct MaxSchemaSettingsPerSchema;
Trait Implementations
§impl<Call, Balance, const T: u32> EstimateCallFee<Call, Balance> for ConstU32<T>
impl<Call, Balance, const T: u32> EstimateCallFee<Call, Balance> for ConstU32<T>
§fn estimate_call_fee(_: &Call, _: PostDispatchInfo) -> Balance
fn estimate_call_fee(_: &Call, _: PostDispatchInfo) -> Balance
Estimate the fee of this call. Read more
§impl<const Z: u32> ConsumerLimits for ConstU32<Z>
impl<const Z: u32> ConsumerLimits for ConstU32<Z>
§fn max_consumers() -> u32
fn max_consumers() -> u32
The number of consumers over which
inc_consumers
will cease to work.§fn max_overflow() -> u32
fn max_overflow() -> u32
The maximum number of additional consumers expected to be over be added at once using
inc_consumers_without_limit
. Read more