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 AWAIT_INCOMING_CONTRACTS_ENDPOINT: &str = "await_incoming_contracts";
6pub const DECRYPTION_KEY_SHARE_ENDPOINT: &str = "decryption_key_share";
7pub const CONSENSUS_BLOCK_COUNT_ENDPOINT: &str = "consensus_block_count";
8pub const GATEWAYS_ENDPOINT: &str = "gateways";
9pub const OUTGOING_CONTRACT_EXPIRATION_ENDPOINT: &str = "outgoing_contract_expiration";
10pub const REMOVE_GATEWAY_ENDPOINT: &str = "remove_gateway";
11
12pub const CREATE_BOLT11_INVOICE_ENDPOINT: &str = "/create_bolt11_invoice";
14pub const VERIFY_BOLT11_PREIMAGE_ENDPOINT: &str = "/verify_bolt11_preimage";
15pub const ROUTING_INFO_ENDPOINT: &str = "/routing_info";
16pub const SEND_PAYMENT_ENDPOINT: &str = "/send_payment";