pub async fn rpc_endpoint(
__arg0: State<AppState>,
__arg1: Json<RequestEnvelope>,
) -> impl IntoResponseExpand description
POST /rpc — 统一 RPC 入口(内部 dispatch,不走网络回环)。
pub async fn rpc_endpoint(
__arg0: State<AppState>,
__arg1: Json<RequestEnvelope>,
) -> impl IntoResponsePOST /rpc — 统一 RPC 入口(内部 dispatch,不走网络回环)。