Type Alias pallet_rewards::VoterSubsidyPoints

source ·
pub type VoterSubsidyPoints<T: Config> = StorageValue<_GeneratedPrefixForStorageVoterSubsidyPoints<T>, BoundedVec<RewardPoint<BlockNumberFor<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, T::MaxRewardPoints>, ValueQuery>;
Expand description

Voter subsidy parameters

Storage type is [StorageValue] with value type BoundedVec < RewardPoint < BlockNumberFor < T > , BalanceOf < T > > , T :: MaxRewardPoints >.

Aliased Type§

struct VoterSubsidyPoints<T: Config>(/* private fields */);