pub struct LiquidityServiceConfig {
pub lsps2_service_config: Option<LSPS2ServiceConfig>,
pub advertise_service: bool,
}
Expand description
A server-side configuration for LiquidityManager
.
Allows end-users to configure options when using the LiquidityManager
to provide liquidity services to clients.
Fields§
§lsps2_service_config: Option<LSPS2ServiceConfig>
Optional server-side configuration for JIT channels should you want to support them.
advertise_service: bool
Controls whether the liquidity service should be advertised via setting the feature bit in node announcment and the init message.
Auto Trait Implementations§
impl Freeze for LiquidityServiceConfig
impl RefUnwindSafe for LiquidityServiceConfig
impl Send for LiquidityServiceConfig
impl Sync for LiquidityServiceConfig
impl Unpin for LiquidityServiceConfig
impl UnwindSafe for LiquidityServiceConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more