Module orml_tokens::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
- Warning: Doc-Only
- Exactly as
transfer
, except the origin must be root and the source account may be specified. - Warning: Doc-Only
- Set the balances of a given account.
- Transfer some liquid free balance to another account.
- Transfer all remaining balance to the given account.
- Same as the
transfer
call, but with a check that the transfer will not kill the origin account.