Struct vls_protocol::msgs::SignAnyChannelAnnouncement
source · pub struct SignAnyChannelAnnouncement {
pub announcement: Octets,
pub peer_id: PubKey,
pub dbid: u64,
}
Expand description
CLN only Same as SignChannelAnnouncement but called from lightningd
Fields§
§announcement: Octets
§peer_id: PubKey
§dbid: u64
Trait Implementations§
source§impl DeBolt for SignAnyChannelAnnouncement
impl DeBolt for SignAnyChannelAnnouncement
source§impl Debug for SignAnyChannelAnnouncement
impl Debug for SignAnyChannelAnnouncement
source§impl Decodable for SignAnyChannelAnnouncement
impl Decodable for SignAnyChannelAnnouncement
source§impl Encodable for SignAnyChannelAnnouncement
impl Encodable for SignAnyChannelAnnouncement
Auto Trait Implementations§
impl RefUnwindSafe for SignAnyChannelAnnouncement
impl Send for SignAnyChannelAnnouncement
impl Sync for SignAnyChannelAnnouncement
impl Unpin for SignAnyChannelAnnouncement
impl UnwindSafe for SignAnyChannelAnnouncement
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