Struct vls_protocol::model::CloseInfo
source · pub struct CloseInfo {
pub channel_id: u64,
pub peer_id: PubKey,
pub commitment_point: Option<PubKey>,
pub is_anchors: bool,
pub csv: u32,
}
Fields§
§channel_id: u64
§peer_id: PubKey
§commitment_point: Option<PubKey>
§is_anchors: bool
§csv: u32
Trait Implementations§
source§impl BigEndianEncodable for CloseInfo
impl BigEndianEncodable for CloseInfo
Auto Trait Implementations§
impl RefUnwindSafe for CloseInfo
impl Send for CloseInfo
impl Sync for CloseInfo
impl Unpin for CloseInfo
impl UnwindSafe for CloseInfo
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