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