fedimint_wallet_common/
endpoint_constants.rs

1pub const BLOCK_COUNT_ENDPOINT: &str = "block_count";
2pub const PEG_OUT_FEES_ENDPOINT: &str = "peg_out_fees";
3pub const BLOCK_COUNT_LOCAL_ENDPOINT: &str = "block_count_local";
4pub const BITCOIN_KIND_ENDPOINT: &str = "bitcoin_kind";
5pub const BITCOIN_RPC_CONFIG_ENDPOINT: &str = "bitcoin_rpc_config";
6pub const MODULE_CONSENSUS_VERSION_ENDPOINT: &str = "module_consensus_version";
7pub const SUPPORTED_MODULE_CONSENSUS_VERSION_ENDPOINT: &str = "supported_module_consensus_version";
8pub const ACTIVATE_CONSENSUS_VERSION_VOTING_ENDPOINT: &str = "activate_consensus_version_voting";
9pub const WALLET_SUMMARY_ENDPOINT: &str = "wallet_summary";
10pub const UTXO_CONFIRMED_ENDPOINT: &str = "utxo_confirmed";