Function pallet_core_fellowship::pallet::dispatchables::bump
source · pub fn bump<T: Config<I>, I: 'static>(who: T::AccountId)
Expand description
Bump the state of a member.
This will demote a member whose last_proof
is now beyond their rank’s
demotion_period
.
origin
: ASigned
origin of an account.who
: A member account whose state is to be updated.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::bump
.