Module 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§

cancel_scheduled_named_transfer
Cancels a scheduled transfer by its unique identifier. Releases any funds held for the specified transfer.
claim
Claim thawed balances.
claim_for
Claim thawed balances on behalf for an account.
execute_scheduled_named_transfer
Execute a scheduled transfer
schedule_named_transfer
This function schedules a transfer by calling the Scheduler pallet’s schedule function. The transfer will be executed at the specified block number.
transfer
Add a new release schedule for an account.
update_release_schedules
Update all release schedules under an account, root origin required.