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";
5pub const AWAIT_OUTPUT_OUTCOME_ENDPOINT: &str = "await_output_outcome";
6pub const BACKUP_ENDPOINT: &str = "backup";
7pub const CHECK_BITCOIN_STATUS_ENDPOINT: &str = "check_bitcoin_status";
8pub const CLIENT_CONFIG_ENDPOINT: &str = "client_config";
9pub const CLIENT_CONFIG_JSON_ENDPOINT: &str = "client_config_json";
10pub const SERVER_CONFIG_CONSENSUS_HASH_ENDPOINT: &str = "server_config_consensus_hash";
11pub const SESSION_COUNT_ENDPOINT: &str = "session_count";
12pub const AWAIT_SESSION_OUTCOME_ENDPOINT: &str = "await_session_outcome";
13pub const AWAIT_SIGNED_SESSION_OUTCOME_ENDPOINT: &str = "await_signed_session_outcome";
14pub const SESSION_STATUS_ENDPOINT: &str = "session_status";
15pub const SHUTDOWN_ENDPOINT: &str = "shutdown";
16pub const CONFIG_GEN_PEERS_ENDPOINT: &str = "config_gen_peers";
17pub const CONSENSUS_CONFIG_GEN_PARAMS_ENDPOINT: &str = "consensus_config_gen_params";
18pub const DEFAULT_CONFIG_GEN_PARAMS_ENDPOINT: &str = "default_config_gen_params";
19pub const VERIFY_CONFIG_HASH_ENDPOINT: &str = "verify_config_hash";
20pub const RECOVER_ENDPOINT: &str = "recover";
21pub const RUN_DKG_ENDPOINT: &str = "run_dkg";
22pub const SET_CONFIG_GEN_CONNECTIONS_ENDPOINT: &str = "set_config_gen_connections";
23pub const SET_CONFIG_GEN_PARAMS_ENDPOINT: &str = "set_config_gen_params";
24pub const SET_PASSWORD_ENDPOINT: &str = "set_password";
25pub const START_CONSENSUS_ENDPOINT: &str = "start_consensus";
26pub const STATUS_ENDPOINT: &str = "status";
27pub const SUBMIT_TRANSACTION_ENDPOINT: &str = "submit_transaction";
28pub const VERIFIED_CONFIGS_ENDPOINT: &str = "verified_configs";
29pub const VERSION_ENDPOINT: &str = "version";
30pub const AWAIT_TRANSACTION_ENDPOINT: &str = "await_transaction";
31pub const INVITE_CODE_ENDPOINT: &str = "invite_code";
32pub const FEDERATION_ID_ENDPOINT: &str = "federation_id";
33pub const RESTART_FEDERATION_SETUP_ENDPOINT: &str = "restart_federation_setup";
34pub const API_ANNOUNCEMENTS_ENDPOINT: &str = "api_announcements";
35pub const SUBMIT_API_ANNOUNCEMENT_ENDPOINT: &str = "submit_api_announcement";
36pub const SIGN_API_ANNOUNCEMENT_ENDPOINT: &str = "sign_api_announcement";
37pub const FEDIMINTD_VERSION_ENDPOINT: &str = "fedimintd_version";