From e1649a48098e2394d263922900d914e9e123e866 Mon Sep 17 00:00:00 2001 From: peg Date: Wed, 23 Oct 2024 11:05:01 +0200 Subject: [PATCH] Document new endpoint --- crates/threshold-signature-server/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/threshold-signature-server/src/lib.rs b/crates/threshold-signature-server/src/lib.rs index ccfaf6e05..c89b34795 100644 --- a/crates/threshold-signature-server/src/lib.rs +++ b/crates/threshold-signature-server/src/lib.rs @@ -110,6 +110,11 @@ //! http://127.0.0.1:3001/user/sign_tx //! ``` //! +//! ### For the node operator +//! +//! [`/info`](crate::node_info::api::info()) - Get - get a Json object of type +//! [crate::node_info::api::TssPublicKeys] which contains the TSS account ID and x25519 public key. +//! //! ### For the blockchain node //! //! ### For other instances of the threshold server