fedimint_ln_common/
federation_endpoint_constants.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
pub const ACCOUNT_ENDPOINT: &str = "account";
pub const AWAIT_ACCOUNT_ENDPOINT: &str = "await_account";
pub const AWAIT_BLOCK_HEIGHT_ENDPOINT: &str = "await_block_height";
pub const AWAIT_OFFER_ENDPOINT: &str = "await_offer";
pub const AWAIT_OUTGOING_CONTRACT_CANCELLED_ENDPOINT: &str = "await_outgoing_contract_cancelled";
pub const AWAIT_PREIMAGE_DECRYPTION: &str = "await_preimage_decryption";
pub const BLOCK_COUNT_ENDPOINT: &str = "block_count";
pub const GET_DECRYPTED_PREIMAGE_STATUS: &str = "get_decrypted_preimage_status";
pub const LIST_GATEWAYS_ENDPOINT: &str = "list_gateways";
pub const OFFER_ENDPOINT: &str = "offer";
pub const REGISTER_GATEWAY_ENDPOINT: &str = "register_gateway";
pub const REMOVE_GATEWAY_CHALLENGE_ENDPOINT: &str = "remove_gateway_challenge";
pub const REMOVE_GATEWAY_ENDPOINT: &str = "remove_gateway";