Expand description
Functions§
- Cancels a scheduled transfer by its unique identifier. Releases any funds held for the specified transfer.
- Claim thawed balances.
- Claim thawed balances on behalf for an account.
- Execute a scheduled transfer
- This function schedules a transfer by calling the
Scheduler
pallet’sschedule
function. The transfer will be executed at the specified block number. - Add a new release schedule for an account.
- Update all release schedules under an account,
root
origin required.