fedimint_lnv2_common/
endpoint_constants.rs

1
2
3
4
5
6
7
pub const AWAIT_INCOMING_CONTRACT_ENDPOINT: &str = "await_incoming_contract";
pub const AWAIT_PREIMAGE_ENDPOINT: &str = "await_preimage";
pub const CONSENSUS_BLOCK_COUNT_ENDPOINT: &str = "consensus_block_count";
pub const OUTGOING_CONTRACT_EXPIRATION_ENDPOINT: &str = "outgoing_contract_expiration";
pub const GATEWAYS_ENDPOINT: &str = "gateways";
pub const ADD_GATEWAY_ENDPOINT: &str = "add_gateway";
pub const REMOVE_GATEWAY_ENDPOINT: &str = "remove_gateway";