Sudo
#12Superuser privileges for chain administration
Part of Governance & Admin: Chain governance, admin controls, and emergency functions
The AccountId of the current sudo key, if any.
Emitted when the sudo key is changed to a new account.
Emitted when the sudo key is permanently removed, disabling sudo.
Permanently removes the sudo key, disabling all sudo functionality.
The operation requires sudo privileges, but the sender is not the sudo key.
Authenticates the current sudo key and sets a new sudo key.
Emitted when a sudo call completes, reporting success or failure.
Authenticates the sudo key and dispatches a function call with Root origin.
Dispatches a call with Signed origin from a specified account.
Dispatches a call with Root origin and custom weight specification.
Emitted when a sudo_as call completes, reporting success or failure.