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