Module pallet_balances::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
- Set the regular balance of a given account.
- Exactly as
transfer_allow_death
, except the origin must be root and the source account may be specified. - Unreserve some balance from a user by force.
- Set the regular balance of a given account; it also takes a reserved balance but this must be the same as the account’s current reserved balance.
- Alias for
transfer_allow_death
, provided only for name-wise compatibility. - Transfer the entire transferable balance from the caller account.
- Transfer some liquid free balance to another account.
- Same as the
transfer_allow_death
call, but with a check that the transfer will not kill the origin account. - Upgrade a specified account.