Struct vls_protocol::msgs::ValidateCommitmentTxReply
source · pub struct ValidateCommitmentTxReply {
pub old_commitment_secret: Option<DisclosedSecret>,
pub next_per_commitment_point: PubKey,
}
Expand description
Fields§
§old_commitment_secret: Option<DisclosedSecret>
§next_per_commitment_point: PubKey
Trait Implementations§
source§impl DeBolt for ValidateCommitmentTxReply
impl DeBolt for ValidateCommitmentTxReply
source§impl Debug for ValidateCommitmentTxReply
impl Debug for ValidateCommitmentTxReply
source§impl<'de> Deserialize<'de> for ValidateCommitmentTxReply
impl<'de> Deserialize<'de> for ValidateCommitmentTxReply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ValidateCommitmentTxReply
impl Send for ValidateCommitmentTxReply
impl Sync for ValidateCommitmentTxReply
impl Unpin for ValidateCommitmentTxReply
impl UnwindSafe for ValidateCommitmentTxReply
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