Struct vls_protocol::msgs::SignTxReply
source · pub struct SignTxReply {
pub signature: BitcoinSignature,
}
Expand description
Fields§
§signature: BitcoinSignature
Trait Implementations§
source§impl BigEndianEncodable for SignTxReply
impl BigEndianEncodable for SignTxReply
source§impl DeBolt for SignTxReply
impl DeBolt for SignTxReply
source§impl Debug for SignTxReply
impl Debug for SignTxReply
source§impl Decodable for SignTxReply
impl Decodable for SignTxReply
source§impl Encodable for SignTxReply
impl Encodable for SignTxReply
Auto Trait Implementations§
impl RefUnwindSafe for SignTxReply
impl Send for SignTxReply
impl Sync for SignTxReply
impl Unpin for SignTxReply
impl UnwindSafe for SignTxReply
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