pub type ProposerSubsidyPoints<T: Config> = StorageValue<_GeneratedPrefixForStorageProposerSubsidyPoints<T>, BoundedVec<RewardPoint<BlockNumberFor<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, T::MaxRewardPoints>, ValueQuery>;Expand description
Block proposer subsidy parameters
Storage type is [StorageValue] with value type BoundedVec < RewardPoint < BlockNumberFor < T > , BalanceOf < T > > , T :: MaxRewardPoints >.
Aliased Typeยง
pub struct ProposerSubsidyPoints<T: Config>(/* private fields */);