fedimint_core/
endpoint_constants.rs1pub const ADD_CONFIG_GEN_PEER_ENDPOINT: &str = "add_config_gen_peer";
2pub const AUDIT_ENDPOINT: &str = "audit";
3pub const GUARDIAN_CONFIG_BACKUP_ENDPOINT: &str = "download_guardian_backup";
4pub const AUTH_ENDPOINT: &str = "auth";
5
6#[deprecated(note = "https://github.com/fedimint/fedimint/issues/6671")]
7pub const AWAIT_OUTPUT_OUTCOME_ENDPOINT: &str = "await_output_outcome";
8pub const BACKUP_ENDPOINT: &str = "backup";
9pub const BACKUP_STATISTICS_ENDPOINT: &str = "backup_statistics";
10pub const CHECK_BITCOIN_STATUS_ENDPOINT: &str = "check_bitcoin_status";
11pub const CLIENT_CONFIG_ENDPOINT: &str = "client_config";
12pub const CLIENT_CONFIG_JSON_ENDPOINT: &str = "client_config_json";
13pub const SERVER_CONFIG_CONSENSUS_HASH_ENDPOINT: &str = "server_config_consensus_hash";
14pub const SESSION_COUNT_ENDPOINT: &str = "session_count";
15pub const AWAIT_SESSION_OUTCOME_ENDPOINT: &str = "await_session_outcome";
16pub const AWAIT_SIGNED_SESSION_OUTCOME_ENDPOINT: &str = "await_signed_session_outcome";
17pub const SESSION_STATUS_ENDPOINT: &str = "session_status";
18pub const SESSION_STATUS_V2_ENDPOINT: &str = "signed_session_status";
19pub const SHUTDOWN_ENDPOINT: &str = "shutdown";
20pub const CONFIG_GEN_PEERS_ENDPOINT: &str = "config_gen_peers";
21pub const CONSENSUS_CONFIG_GEN_PARAMS_ENDPOINT: &str = "consensus_config_gen_params";
22pub const DEFAULT_CONFIG_GEN_PARAMS_ENDPOINT: &str = "default_config_gen_params";
23pub const VERIFY_CONFIG_HASH_ENDPOINT: &str = "verify_config_hash";
24pub const RECOVER_ENDPOINT: &str = "recover";
25pub const RUN_DKG_ENDPOINT: &str = "run_dkg";
26pub const SET_CONFIG_GEN_CONNECTIONS_ENDPOINT: &str = "set_config_gen_connections";
27pub const SET_CONFIG_GEN_PARAMS_ENDPOINT: &str = "set_config_gen_params";
28pub const SET_PASSWORD_ENDPOINT: &str = "set_password";
29pub const START_CONSENSUS_ENDPOINT: &str = "start_consensus";
30pub const STATUS_ENDPOINT: &str = "status";
31pub const SUBMIT_TRANSACTION_ENDPOINT: &str = "submit_transaction";
32pub const VERIFIED_CONFIGS_ENDPOINT: &str = "verified_configs";
33pub const VERSION_ENDPOINT: &str = "version";
34pub const AWAIT_TRANSACTION_ENDPOINT: &str = "await_transaction";
35pub const INVITE_CODE_ENDPOINT: &str = "invite_code";
36pub const FEDERATION_ID_ENDPOINT: &str = "federation_id";
37pub const RESTART_FEDERATION_SETUP_ENDPOINT: &str = "restart_federation_setup";
38pub const API_ANNOUNCEMENTS_ENDPOINT: &str = "api_announcements";
39pub const SUBMIT_API_ANNOUNCEMENT_ENDPOINT: &str = "submit_api_announcement";
40pub const SIGN_API_ANNOUNCEMENT_ENDPOINT: &str = "sign_api_announcement";
41pub const FEDIMINTD_VERSION_ENDPOINT: &str = "fedimintd_version";