Function pallet_salary::pallet::dispatchables::payout_other
source · pub fn payout_other<T: Config<I>, I: 'static>(beneficiary: T::AccountId)
Expand description
Request a payout to a secondary account.
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
.beneficiary
: The account to receive payment.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::payout_other
.