Struct vls_protocol::msgs::SignLocalHtlcTx
source · pub struct SignLocalHtlcTx {
pub commitment_number: u64,
pub tx: LargeOctets,
pub psbt: LargeOctets,
pub wscript: Octets,
pub option_anchors: bool,
}
Expand description
Fields§
§commitment_number: u64
§tx: LargeOctets
§psbt: LargeOctets
§wscript: Octets
§option_anchors: bool
Trait Implementations§
source§impl DeBolt for SignLocalHtlcTx
impl DeBolt for SignLocalHtlcTx
source§impl Debug for SignLocalHtlcTx
impl Debug for SignLocalHtlcTx
source§impl<'de> Deserialize<'de> for SignLocalHtlcTx
impl<'de> Deserialize<'de> for SignLocalHtlcTx
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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