RepositoryParity.io
  • Preparing search index...
  • The search index is not available
txwrapper-core
  • txwrapper-core
  • txwrapper-substrate/src/methods/nominationPools/setClaimPermission
  • setClaimPermission

Function setClaimPermission

  • setClaimPermission(args, info, options): UnsignedTransaction
  • 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.

    Parameters

    • args: NominationPoolsSetClaimPermission

      Arguments specific to this method.

    • info: BaseTxInfo

      Information required to construct the transaction.

    • options: OptionsWithMeta

      Registry and metadata used for constructing the method.

    Returns UnsignedTransaction

    • Defined in txwrapper-substrate/src/methods/nominationPools/setClaimPermission.ts:30

Settings

Member Visibility
RepositoryParity.io
txwrapper-core
  • Loading...