pub trait TierParamsV11Config {
// Required methods
fn reward_portion() -> [Permill; 4];
fn slot_distribution() -> [Permill; 4];
fn tier_thresholds() -> [TierThreshold; 4];
fn slot_number_args() -> (u64, u64);
fn tier_rank_multipliers() -> [u32; 4];
}Expand description
Configuration for V11 tier parameters
Required Methods§
fn reward_portion() -> [Permill; 4]
fn slot_distribution() -> [Permill; 4]
fn tier_thresholds() -> [TierThreshold; 4]
fn slot_number_args() -> (u64, u64)
fn tier_rank_multipliers() -> [u32; 4]
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.