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