Function pallet_core_fellowship::pallet::dispatchables::set_active
source · pub fn set_active<T: Config<I>, I: 'static>(is_active: bool)
Expand description
Set whether a member is active or not.
origin
: ASigned
origin of a member’s account.is_active
:true
iff the member is active.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_active
.