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