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