Claim pending commission.
The root role of the pool is always allowed to claim the pool's commission.
root
If the pool has set CommissionClaimPermission::Permissionless, then any account can trigger the process of claiming the pool's commission.
CommissionClaimPermission::Permissionless
If the pool has set its CommissionClaimPermission to Account(acc), then only accounts
CommissionClaimPermission
Account(acc)
acc
may call this extrinsic on behalf of the pool.
Pending commissions are paid out and added to the total claimed commission. The total pending commission is reset to zero.
Claim pending commission.
The
root
role of the pool is always allowed to claim the pool's commission.If the pool has set
CommissionClaimPermission::Permissionless
, then any account can trigger the process of claiming the pool's commission.If the pool has set its
CommissionClaimPermission
toAccount(acc)
, then only accountsacc
, andmay call this extrinsic on behalf of the pool.
Pending commissions are paid out and added to the total claimed commission. The total pending commission is reset to zero.