pub trait BenchmarkingConfiguration {
const MAX_VALIDATORS: u32;
}
Expand description
The benchmarking configuration.
Required Associated Constants§
const MAX_VALIDATORS: u32
Object Safety§
This trait is not object safe.
pub trait BenchmarkingConfiguration {
const MAX_VALIDATORS: u32;
}
The benchmarking configuration.