Module parachain_staking::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Revert the previously requested exit of the network of a collator candidate. On success, adds back the candidate to the TopCandidates and updates the collators.
- Stake less funds for a collator candidate.
- Stake more funds for a collator candidate.
- Claim block authoring rewards for the target address.
- Reduce the stake for delegating a collator candidate.
- Increase the stake for delegating a collator candidate.
- Execute the network exit of a candidate who requested to leave at least
ExitQueueDelay
rounds ago. Prepares unstaking of the candidates and their delegators stake which can be unfreezed viaunlock_unstaked
after waiting at leastStakeDuration
many blocks. - Executes the annual reduction of the reward rates for collators and delegators.
- Forces the start of the new round in the next block.
- Forcedly removes a collator candidate from the TopCandidates and clears all associated storage for the candidate and their delegators.
- Actively increment the rewards of a collator.
- Actively increment the rewards of a delegator.
- Request to leave the set of collator candidates.
- Join the set of collator candidates.
- Join the set of delegators by delegating to a collator candidate.
- Leave the set of delegators and, by implication, revoke the ongoing delegation.
- Set the number of blocks each validation round lasts.
- Set the annual inflation rate to derive per-round inflation.
- Set the maximal amount a collator can stake. Existing stakes are not changed.
- Set the maximum number of collator candidates that can be selected at the beginning of each validation round.
- Unlock all previously staked funds that are now available for unlocking by the origin account after
StakeDuration
blocks have elapsed.