pub async fn audit_subscribe(
_cfm: SharedConfium,
_params: Value,
) -> Result<Value, RpcError>Expand description
audit_subscribe({}) → {"subscribed": true}
No params today. The server loop inspects the result and, on success, marks the connection as subscribed so subsequent audit events are forwarded as JSON-RPC notifications.