Struct vls_protocol::msgs::SignPenaltyToUs
source · pub struct SignPenaltyToUs {
pub revocation_secret: DisclosedSecret,
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub wscript: Octets,
}
Expand description
Fields§
§revocation_secret: DisclosedSecret
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§wscript: Octets
Trait Implementations§
source§impl BigEndianEncodable for SignPenaltyToUs
impl BigEndianEncodable for SignPenaltyToUs
source§impl DeBolt for SignPenaltyToUs
impl DeBolt for SignPenaltyToUs
source§impl Debug for SignPenaltyToUs
impl Debug for SignPenaltyToUs
source§impl Decodable for SignPenaltyToUs
impl Decodable for SignPenaltyToUs
source§impl Encodable for SignPenaltyToUs
impl Encodable for SignPenaltyToUs
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