Struct vls_protocol::msgs::SignAnyPenaltyToUs
source · pub struct SignAnyPenaltyToUs {
pub revocation_secret: DisclosedSecret,
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub wscript: Octets,
pub input: u32,
pub peer_id: PubKey,
pub dbid: u64,
}
Expand description
Same as SignPenaltyToUs but called from lightningd
Fields§
§revocation_secret: DisclosedSecret
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§wscript: Octets
§input: u32
§peer_id: PubKey
§dbid: u64
Trait Implementations§
source§impl DeBolt for SignAnyPenaltyToUs
impl DeBolt for SignAnyPenaltyToUs
source§impl Debug for SignAnyPenaltyToUs
impl Debug for SignAnyPenaltyToUs
source§impl Decodable for SignAnyPenaltyToUs
impl Decodable for SignAnyPenaltyToUs
source§impl Encodable for SignAnyPenaltyToUs
impl Encodable for SignAnyPenaltyToUs
Auto Trait Implementations§
impl RefUnwindSafe for SignAnyPenaltyToUs
impl Send for SignAnyPenaltyToUs
impl Sync for SignAnyPenaltyToUs
impl Unpin for SignAnyPenaltyToUs
impl UnwindSafe for SignAnyPenaltyToUs
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