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

Function poolWithdrawUnbonded

  • poolWithdrawUnbonded(args, info, options): UnsignedTransaction
  • Call withdraw_unbonded for the pools account. This call can be made by any account.

    This is useful if their are too many unlocking chunks to call unbond, and some can be cleared by withdrawing. In the case there are too many unlocking chunks, the user would probably see an error like NoMoreChunks emitted from the staking system when they attempt to unbond.

    Parameters

    • args: NominationPoolsPoolWithdrawUnbonded

      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/poolWithdrawUnbonded.ts:32

Settings

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