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: OctetsTrait 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