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