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