Struct vls_protocol::msgs::SignCommitmentTx
source · pub struct SignCommitmentTx {
pub peer_id: PubKey,
pub dbid: u64,
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub remote_funding_key: PubKey,
pub commitment_number: u64,
}
Expand description
CLN only
Fields§
§peer_id: PubKey
§dbid: u64
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§remote_funding_key: PubKey
§commitment_number: u64
Trait Implementations§
source§impl DeBolt for SignCommitmentTx
impl DeBolt for SignCommitmentTx
source§impl Debug for SignCommitmentTx
impl Debug for SignCommitmentTx
source§impl Decodable for SignCommitmentTx
impl Decodable for SignCommitmentTx
source§impl Encodable for SignCommitmentTx
impl Encodable for SignCommitmentTx
Auto Trait Implementations§
impl RefUnwindSafe for SignCommitmentTx
impl Send for SignCommitmentTx
impl Sync for SignCommitmentTx
impl Unpin for SignCommitmentTx
impl UnwindSafe for SignCommitmentTx
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