referrerpolicy=no-referrer-when-downgrade

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§

as_derivative
Send a call through an indexed pseudonym of the sender.
batch
Send a batch of dispatch calls.
batch_all
Send a batch of dispatch calls and atomically execute them. The whole transaction will rollback and fail if any of the calls failed.
dispatch_as
Dispatches a function call with a provided origin.
dispatch_as_fallible
Dispatches a function call with a provided origin.
force_batch
Send a batch of dispatch calls. Unlike batch, it allows errors and won’t interrupt.
if_else
Dispatch a fallback call in the event the main call fails to execute. May be called from any origin except None.
with_weight
Dispatch a function call with a specified weight.