Struct vls_protocol::msgs::SignDelayedPaymentToUs
source · pub struct SignDelayedPaymentToUs {
pub commitment_number: u64,
pub tx: LargeOctets,
pub psbt: LargeOctets,
pub wscript: Octets,
}
Expand description
CLN only
Fields§
§commitment_number: u64
§tx: LargeOctets
§psbt: LargeOctets
§wscript: Octets
Trait Implementations§
source§impl DeBolt for SignDelayedPaymentToUs
impl DeBolt for SignDelayedPaymentToUs
source§impl Debug for SignDelayedPaymentToUs
impl Debug for SignDelayedPaymentToUs
source§impl<'de> Deserialize<'de> for SignDelayedPaymentToUs
impl<'de> Deserialize<'de> for SignDelayedPaymentToUs
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 SignDelayedPaymentToUs
impl Send for SignDelayedPaymentToUs
impl Sync for SignDelayedPaymentToUs
impl Unpin for SignDelayedPaymentToUs
impl UnwindSafe for SignDelayedPaymentToUs
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