pallet_rewards

Type Alias 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 */);