Struct vls_protocol::msgs::ValidateCommitmentTx2
source · pub struct ValidateCommitmentTx2 {
pub commitment_number: u64,
pub feerate: u32,
pub to_local_value_sat: u64,
pub to_remote_value_sat: u64,
pub htlcs: Vec<Htlc>,
pub signature: BitcoinSignature,
pub htlc_signatures: Vec<BitcoinSignature>,
}
Expand description
LDK only
Fields§
§commitment_number: u64
§feerate: u32
§to_local_value_sat: u64
§to_remote_value_sat: u64
§htlcs: Vec<Htlc>
§signature: BitcoinSignature
§htlc_signatures: Vec<BitcoinSignature>
Trait Implementations§
source§impl DeBolt for ValidateCommitmentTx2
impl DeBolt for ValidateCommitmentTx2
source§impl Debug for ValidateCommitmentTx2
impl Debug for ValidateCommitmentTx2
source§impl<'de> Deserialize<'de> for ValidateCommitmentTx2
impl<'de> Deserialize<'de> for ValidateCommitmentTx2
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 ValidateCommitmentTx2
impl Send for ValidateCommitmentTx2
impl Sync for ValidateCommitmentTx2
impl Unpin for ValidateCommitmentTx2
impl UnwindSafe for ValidateCommitmentTx2
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