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
Auto Trait Implementations§
impl RefUnwindSafe for SignRemoteHtlcTx
impl Send for SignRemoteHtlcTx
impl Sync for SignRemoteHtlcTx
impl Unpin for SignRemoteHtlcTx
impl UnwindSafe for SignRemoteHtlcTx
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