Function pallet_society::pallet::dispatchables::dissolve
source · pub fn dissolve<T: Config<I>, I: 'static>()
Expand description
Dissolve the society and remove all members.
The dispatch origin for this call must be Signed, and the signing account must be both
the Founder
and the Head
. This implies that it may only be done when there is one
member.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::dissolve
.