Module pallet_sudo_origin::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
- Authenticates the SudoOrigin and dispatches a function call with
Root
origin. - Authenticates the SudoOrigin and dispatches a function call with
Signed
origin from a given account. - Authenticates the SudoOrigin and dispatches a function call with
Root
origin. This function does not check the weight of the call, and instead allows the SudoOrigin to specify the weight of the call.