pub struct SignAnyChannelAnnouncementReply {
pub node_signature: Signature,
pub bitcoin_signature: Signature,
}
Expand description
Fields§
§node_signature: Signature
§bitcoin_signature: Signature
Trait Implementations§
source§impl Decodable for SignAnyChannelAnnouncementReply
impl Decodable for SignAnyChannelAnnouncementReply
source§impl Encodable for SignAnyChannelAnnouncementReply
impl Encodable for SignAnyChannelAnnouncementReply
Auto Trait Implementations§
impl RefUnwindSafe for SignAnyChannelAnnouncementReply
impl Send for SignAnyChannelAnnouncementReply
impl Sync for SignAnyChannelAnnouncementReply
impl Unpin for SignAnyChannelAnnouncementReply
impl UnwindSafe for SignAnyChannelAnnouncementReply
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