Struct vls_protocol::msgs::SignRemoteHtlcTx
source · pub struct SignRemoteHtlcTx {
pub tx: LargeOctets,
pub psbt: LargeOctets,
pub wscript: Octets,
pub remote_per_commitment_point: PubKey,
pub option_anchors: bool,
}
Expand description
Fields§
§tx: LargeOctets
§psbt: LargeOctets
§wscript: Octets
§remote_per_commitment_point: PubKey
§option_anchors: bool
Trait Implementations§
source§impl DeBolt for SignRemoteHtlcTx
impl DeBolt for SignRemoteHtlcTx
source§impl Debug for SignRemoteHtlcTx
impl Debug for SignRemoteHtlcTx
source§impl<'de> Deserialize<'de> for SignRemoteHtlcTx
impl<'de> Deserialize<'de> for SignRemoteHtlcTx
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