Module pallet_utility::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet. Note that members of this module cannot be used directly and are only provided for documentation purposes.
Functions
- Send a call through an indexed pseudonym of the sender.
- Send a batch of dispatch calls.
- Send a batch of dispatch calls and atomically execute them. The whole transaction will rollback and fail if any of the calls failed.
- Dispatches a function call with a provided origin.
- Send a batch of dispatch calls. Unlike
batch
, it allows errors and won’t interrupt. - Dispatch a function call with a specified weight.