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§
- Enter
Dormant 🔒Mode - Enter “dormant mode”.
- RpcSuperuser 🔒
- An object representing superuser access to Arti over an RPC session.
Functions§
- enter_
dormant_ 🔒mode_ on_ rpcsuperuser - Implementation for
EnterDormantModeonRpcSuperuser.