Expand description
Functions§
- remove_
key - Permanently removes the sudo key.
- set_key
- Authenticates the current sudo key and sets the given AccountId (
new
) as the new sudo key. - sudo
- Authenticates the sudo key and dispatches a function call with
Root
origin. - sudo_as
- Authenticates the sudo key and dispatches a function call with
Signed
origin from a given account. - sudo_
unchecked_ weight - 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.