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§

  • Claims the reward the associated to a currency. The reward will be transferred to the origin’s account.
  • Admin method to set the group used for a currency in the next epochs. Current epoch is not affected by this call.
  • Admin method to set the reward amount used for the next epochs. Current epoch is not affected by this call.
  • Admin method to set the duration used for the next epochs. Current epoch is not affected by this call.
  • Admin method to set the group weights used for the next epochs. Current epoch is not affected by this call.
  • Deposit a stake amount associated to a currency for the origin’s account. The account must have enough currency to make the deposit, if not, an Err will be returned.
  • Withdraw a stake amount associated to a currency for the origin’s account. The account must have enough currency staked to make the withdraw, if not, an Err will be returned.