pub fn remove_pot<T: Config>(pot: T::PotId)
Expand description
Allows the sponsor to remove the pot they have created themselves. The pot must not have any users. Users must have been removed prior to this call.
Emits PotRemoved(pot)
when successful
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_pot
.