pallet_sponsorship::pallet::dispatchables

Function update_users_limits

Source
pub fn update_users_limits<T: Config>(
    pot: T::PotId,
    new_fee_quota: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
    new_reserve_quota: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
    users: Vec<T::AccountId>,
)
Expand description

Update limits for a number of users in a single call. Only the sponsor can do this. If the sponsor is lowering their support, it can work only if the corresponding fee or reserve balance of all those users have enough available margin.

ยงWarning: Doc-Only

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