pub fn register_users<T: Config>(
pot: T::PotId,
users: Vec<T::AccountId>,
common_fee_quota: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
common_reserve_quota: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance,
)Expand description
Register users for a pot and set the same limit for the list of them. Only pot sponsor can do this.
Emits UsersRegistered(pot, Vec<T::AccountId>) with a list of registered when
successful.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::register_users.