Struct vls_protocol::msgs::SignLocalHtlcTx
source · pub struct SignLocalHtlcTx {
pub commitment_number: u64,
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub wscript: Octets,
pub option_anchors: bool,
}
Expand description
Fields§
§commitment_number: u64
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§wscript: Octets
§option_anchors: bool
Trait Implementations§
source§impl BigEndianEncodable for SignLocalHtlcTx
impl BigEndianEncodable for SignLocalHtlcTx
source§impl DeBolt for SignLocalHtlcTx
impl DeBolt for SignLocalHtlcTx
source§impl Debug for SignLocalHtlcTx
impl Debug for SignLocalHtlcTx
source§impl Decodable for SignLocalHtlcTx
impl Decodable for SignLocalHtlcTx
source§impl Encodable for SignLocalHtlcTx
impl Encodable for SignLocalHtlcTx
Auto Trait Implementations§
impl RefUnwindSafe for SignLocalHtlcTx
impl Send for SignLocalHtlcTx
impl Sync for SignLocalHtlcTx
impl Unpin for SignLocalHtlcTx
impl UnwindSafe for SignLocalHtlcTx
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