pub struct LSPS0ClientHandler<ES: Deref>where
ES::Target: EntropySource,{ /* private fields */ }
Expand description
A message handler capable of sending and handling LSPS0 messages.
Implementations§
Source§impl<ES: Deref> LSPS0ClientHandler<ES>where
ES::Target: EntropySource,
impl<ES: Deref> LSPS0ClientHandler<ES>where
ES::Target: EntropySource,
Sourcepub fn list_protocols(&self, counterparty_node_id: &PublicKey)
pub fn list_protocols(&self, counterparty_node_id: &PublicKey)
Calls LSPS0’s list_protocols
.
Please refer to the LSPS0 specifcation for more information.
Auto Trait Implementations§
impl<ES> Freeze for LSPS0ClientHandler<ES>where
ES: Freeze,
impl<ES> RefUnwindSafe for LSPS0ClientHandler<ES>where
ES: RefUnwindSafe,
impl<ES> Send for LSPS0ClientHandler<ES>where
ES: Send,
impl<ES> Sync for LSPS0ClientHandler<ES>where
ES: Sync,
impl<ES> Unpin for LSPS0ClientHandler<ES>where
ES: Unpin,
impl<ES> UnwindSafe for LSPS0ClientHandler<ES>where
ES: UnwindSafe,
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