fedimint_wallet_common/
endpoint_constants.rs

1
2
3
4
5
6
pub const BLOCK_COUNT_ENDPOINT: &str = "block_count";
pub const PEG_OUT_FEES_ENDPOINT: &str = "peg_out_fees";
pub const BLOCK_COUNT_LOCAL_ENDPOINT: &str = "block_count_local";
pub const BITCOIN_KIND_ENDPOINT: &str = "bitcoin_kind";
pub const BITCOIN_RPC_CONFIG_ENDPOINT: &str = "bitcoin_rpc_config";
pub const WALLET_SUMMARY_ENDPOINT: &str = "wallet_summary";