Type Alias local_runtime::DappStakingConfig
source · pub type DappStakingConfig = GenesisConfig<Runtime>;
Aliased Type§
struct DappStakingConfig {
pub reward_portion: Vec<Permill>,
pub slot_distribution: Vec<Permill>,
pub tier_thresholds: Vec<TierThreshold>,
pub slots_per_tier: Vec<u16>,
pub safeguard: Option<bool>,
pub _config: PhantomData<Runtime>,
}
Fields§
§reward_portion: Vec<Permill>
§slot_distribution: Vec<Permill>
§tier_thresholds: Vec<TierThreshold>
§slots_per_tier: Vec<u16>
§safeguard: Option<bool>
§_config: PhantomData<Runtime>