Struct vls_protocol::msgs::ValidateRevocation
source · pub struct ValidateRevocation {
pub commitment_number: u64,
pub commitment_secret: DisclosedSecret,
}
Expand description
Fields§
§commitment_number: u64
§commitment_secret: DisclosedSecret
Trait Implementations§
source§impl DeBolt for ValidateRevocation
impl DeBolt for ValidateRevocation
source§impl Debug for ValidateRevocation
impl Debug for ValidateRevocation
source§impl Decodable for ValidateRevocation
impl Decodable for ValidateRevocation
source§impl Encodable for ValidateRevocation
impl Encodable for ValidateRevocation
Auto Trait Implementations§
impl RefUnwindSafe for ValidateRevocation
impl Send for ValidateRevocation
impl Sync for ValidateRevocation
impl Unpin for ValidateRevocation
impl UnwindSafe for ValidateRevocation
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