Struct vls_protocol::msgs::SignAnyLocalHtlcTx
source · pub struct SignAnyLocalHtlcTx {
pub commitment_number: u64,
pub tx: LargeOctets,
pub psbt: LargeOctets,
pub wscript: Octets,
pub option_anchors: bool,
pub input: u32,
pub peer_id: PubKey,
pub dbid: u64,
}
Expand description
CLN only Same as SignLocalHtlcTx but called from lightningd
Fields§
§commitment_number: u64
§tx: LargeOctets
§psbt: LargeOctets
§wscript: Octets
§option_anchors: bool
§input: u32
§peer_id: PubKey
§dbid: u64
Trait Implementations§
source§impl DeBolt for SignAnyLocalHtlcTx
impl DeBolt for SignAnyLocalHtlcTx
source§impl Debug for SignAnyLocalHtlcTx
impl Debug for SignAnyLocalHtlcTx
source§impl<'de> Deserialize<'de> for SignAnyLocalHtlcTx
impl<'de> Deserialize<'de> for SignAnyLocalHtlcTx
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 SignAnyLocalHtlcTx
impl Send for SignAnyLocalHtlcTx
impl Sync for SignAnyLocalHtlcTx
impl Unpin for SignAnyLocalHtlcTx
impl UnwindSafe for SignAnyLocalHtlcTx
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