pub struct SignAnyChannelAnnouncementReply {
pub node_signature: Signature,
pub bitcoin_signature: Signature,
}
Expand description
Fields§
§node_signature: Signature
§bitcoin_signature: Signature
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignAnyChannelAnnouncementReply
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