Function pallet_salary::pallet::dispatchables::payout
source · pub fn payout<T: Config<I>, I: 'static>()
Expand description
Request a payout.
Will only work if we are after the first RegistrationPeriod
blocks since the cycle
started but by no more than PayoutPeriod
blocks.
origin
: ASigned
origin of an account which is a member ofMembers
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::payout
.