Module pallet_sudo::pallet::dispatchables
source · Expand description
Functions§
- Permanently removes the sudo key.
- 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
Rootorigin. - Authenticates the sudo key and dispatches a function call with
Signedorigin from a given account. - Authenticates the sudo key and dispatches a function call with
Rootorigin. This function does not check the weight of the call, and instead allows the Sudo user to specify the weight of the call.