Skip to content

Commit

Permalink
Document new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Oct 23, 2024
1 parent 4fcfc30 commit e1649a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/threshold-signature-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1649a4

Please sign in to comment.