Struct vls_protocol::msgs::SignRemoteCommitmentTx2
source · pub struct SignRemoteCommitmentTx2 {
pub remote_per_commitment_point: PubKey,
pub commitment_number: u64,
pub feerate: u32,
pub to_local_value_sat: u64,
pub to_remote_value_sat: u64,
pub htlcs: Array<Htlc>,
}
Expand description
LDK only
Fields§
§remote_per_commitment_point: PubKey
§commitment_number: u64
§feerate: u32
§to_local_value_sat: u64
§to_remote_value_sat: u64
§htlcs: Array<Htlc>
Trait Implementations§
source§impl DeBolt for SignRemoteCommitmentTx2
impl DeBolt for SignRemoteCommitmentTx2
source§impl Debug for SignRemoteCommitmentTx2
impl Debug for SignRemoteCommitmentTx2
source§impl Decodable for SignRemoteCommitmentTx2
impl Decodable for SignRemoteCommitmentTx2
source§impl Encodable for SignRemoteCommitmentTx2
impl Encodable for SignRemoteCommitmentTx2
Auto Trait Implementations§
impl RefUnwindSafe for SignRemoteCommitmentTx2
impl Send for SignRemoteCommitmentTx2
impl Sync for SignRemoteCommitmentTx2
impl Unpin for SignRemoteCommitmentTx2
impl UnwindSafe for SignRemoteCommitmentTx2
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