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 slot_number_args: (u64, u64),
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>§slot_number_args: (u64, u64)§slots_per_tier: Vec<u16>§safeguard: Option<bool>§_config: PhantomData<Runtime>