1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
pub const ACCOUNT_ENDPOINT: &str = "account";
pub const ADD_CONFIG_GEN_PEER_ENDPOINT: &str = "add_config_gen_peer";
pub const AUDIT_ENDPOINT: &str = "audit";
pub const AUTH_ENDPOINT: &str = "auth";
pub const AWAIT_OUTPUT_OUTCOME_ENDPOINT: &str = "await_output_outcome";
pub const BACKUP_ENDPOINT: &str = "backup";
pub const BLOCK_COUNT_ENDPOINT: &str = "block_count";
pub const BLOCK_COUNT_LOCAL_ENDPOINT: &str = "block_count_local";
pub const CLIENT_CONFIG_ENDPOINT: &str = "client_config";
pub const SERVER_CONFIG_CONSENSUS_HASH_ENDPOINT: &str = "server_config_consensus_hash";
pub const SESSION_COUNT_ENDPOINT: &str = "session_count";
pub const AWAIT_SESSION_OUTCOME_ENDPOINT: &str = "await_session_outcome";
pub const AWAIT_SIGNED_SESSION_OUTCOME_ENDPOINT: &str = "await_signed_session_outcome";
pub const CONFIG_GEN_PEERS_ENDPOINT: &str = "config_gen_peers";
pub const CONSENSUS_CONFIG_GEN_PARAMS_ENDPOINT: &str = "consensus_config_gen_params";
pub const DEFAULT_CONFIG_GEN_PARAMS_ENDPOINT: &str = "default_config_gen_params";
pub const VERIFY_CONFIG_HASH_ENDPOINT: &str = "verify_config_hash";
pub const LIST_GATEWAYS_ENDPOINT: &str = "list_gateways";
pub const MODULES_CONFIG_JSON_ENDPOINT: &str = "modules_config_json";
pub const OFFER_ENDPOINT: &str = "offer";
pub const PEG_OUT_FEES_ENDPOINT: &str = "peg_out_fees";
pub const RECOVER_ENDPOINT: &str = "recover";
pub const REGISTER_GATEWAY_ENDPOINT: &str = "register_gateway";
pub const RUN_DKG_ENDPOINT: &str = "run_dkg";
pub const SET_CONFIG_GEN_CONNECTIONS_ENDPOINT: &str = "set_config_gen_connections";
pub const SET_CONFIG_GEN_PARAMS_ENDPOINT: &str = "set_config_gen_params";
pub const SET_PASSWORD_ENDPOINT: &str = "set_password";
pub const START_CONSENSUS_ENDPOINT: &str = "start_consensus";
pub const STATUS_ENDPOINT: &str = "status";
pub const SUBMIT_TRANSACTION_ENDPOINT: &str = "submit_transaction";
pub const VERIFIED_CONFIGS_ENDPOINT: &str = "verified_configs";
pub const VERSION_ENDPOINT: &str = "version";
pub const AWAIT_ACCOUNT_ENDPOINT: &str = "await_account";
pub const AWAIT_BLOCK_HEIGHT_ENDPOINT: &str = "await_block_height";
pub const AWAIT_OUTGOING_CONTRACT_CANCELLED_ENDPOINT: &str = "await_outgoing_contract_cancelled";
pub const GET_DECRYPTED_PREIMAGE_STATUS: &str = "get_decrypted_preimage_status";
pub const AWAIT_PREIMAGE_DECRYPTION: &str = "await_preimage_decryption";
pub const AWAIT_OFFER_ENDPOINT: &str = "await_offer";
pub const AWAIT_TRANSACTION_ENDPOINT: &str = "await_transaction";
pub const INVITE_CODE_ENDPOINT: &str = "invite_code";