Module pallet_sudo::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
- Authenticates the current sudo key and sets the given AccountId (
new
) as the new sudo key. - Authenticates the sudo key and dispatches a function call with
Root
origin. - Authenticates the sudo key and dispatches a function call with
Signed
origin from a given account. - Authenticates the sudo key and dispatches a function call with
Root
origin. This function does not check the weight of the call, and instead allows the Sudo user to specify the weight of the call.