referrerpolicy=no-referrer-when-downgrade

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: A Signed origin of an account which is a member of Members.
  • 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.