fedimint_lnv2_common/
endpoint_constants.rs1pub const ADD_GATEWAY_ENDPOINT: &str = "add_gateway";
3pub const AWAIT_INCOMING_CONTRACT_ENDPOINT: &str = "await_incoming_contract";
4pub const AWAIT_PREIMAGE_ENDPOINT: &str = "await_preimage";
5pub const DECRYPTION_KEY_SHARE_ENDPOINT: &str = "decryption_key_share";
6pub const CONSENSUS_BLOCK_COUNT_ENDPOINT: &str = "consensus_block_count";
7pub const GATEWAYS_ENDPOINT: &str = "gateways";
8pub const OUTGOING_CONTRACT_EXPIRATION_ENDPOINT: &str = "outgoing_contract_expiration";
9pub const REMOVE_GATEWAY_ENDPOINT: &str = "remove_gateway";
10
11pub const CREATE_BOLT11_INVOICE_ENDPOINT: &str = "/create_bolt11_invoice";
13pub const ROUTING_INFO_ENDPOINT: &str = "/routing_info";
14pub const SEND_PAYMENT_ENDPOINT: &str = "/send_payment";