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