Skip to main content

Module superuser

Module superuser 

Source
Expand description

Administrative RPC functionality.

In general, RPC function is “administrative”, and requires superuser access, whenever it can affect other applications.

This is not a perfect sandbox: applications can always interfere with one another’s traffic by consuming resources (like bandwidth or CPU) in a way that introduces side channels.

Structs§

BootstrapClient 🔒
Tell a client to connect to the network and bootstrap itself.
EnterDormantMode 🔒
Enter “dormant mode”.
RpcSuperuser 🔒
An object representing superuser access to Arti over an RPC session.

Functions§

bootstrap_client_on_rpcsuperuser 🔒
Implementation for BootstrapClient on RpcSuperuser.
enter_dormant_mode_on_rpcsuperuser 🔒
Implementation for EnterDormantMode on RpcSuperuser.