Function pallet_nomination_pools::pallet::dispatchables::set_claim_permission
source · pub fn set_claim_permission<T: Config>(permission: ClaimPermission)Expand description
Allows a pool member to set a claim permission to allow or disallow permissionless bonding and withdrawing.
By default, this is Permissioned, which implies only the pool member themselves can
claim their pending rewards. If a pool member wishes so, they can set this to
PermissionlessAll to allow any account to claim their rewards and bond extra to the
pool.
Arguments
origin- Member of a pool.actor- Account to claim reward. // improve this
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_claim_permission.