Module pallet_balances::pallet::dispatchables  
source · Expand description
Functions§
- Adjust the total issuance in a saturating way.
- Upgrade a specified account.
- Exactly astransfer_allow_death, except the origin must be root and the source account may be specified.
- Unreserve some balance from a user by force.
- Transfer the entire transferable balance from the caller account.
- Transfer some liquid free balance to another account.
- Same as thetransfer_allow_deathcall, but with a check that the transfer will not kill the origin account.