pub fn update_issuance_params<T: Config>(
    proposer_subsidy_points: BoundedVec<RewardPoint<BlockNumberFor<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, T::MaxRewardPoints>,
    voter_subsidy_points: BoundedVec<RewardPoint<BlockNumberFor<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, T::MaxRewardPoints>,
)
Expand description

Update dynamic issuance parameters

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::update_issuance_params.