Skip to main content

fedimint_ln_common/
federation_endpoint_constants.rs

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