Calls
setKey
Authenticates the current sudo key and sets the given AccountId (new
) as the new sudo key.
The dispatch origin for this call must be Signed.
Namespace
sudo
Authenticates the sudo key and dispatches a function call withRoot
origin.
The dispatch origin for this call must be Signed.
Namespace
sudoAs
Authenticates the sudo key and dispatches a function call withSigned
origin from a given account.
The dispatch origin for this call must be Signed.
Namespace
sudoUncheckedWeight
Authenticates the sudo key and dispatches a function call withRoot
origin. This function does not check the weight of the call, and instead allows the Sudo user to specify the weight of the call.
The dispatch origin for this call must be Signed.
Namespace
Storage
key
TheAccountId
of the sudo key.
Namespace