Struct vls_protocol::msgs::SignRemoteCommitmentTx
source · pub struct SignRemoteCommitmentTx {
pub tx: LargeOctets,
pub psbt: LargeOctets,
pub remote_funding_key: PubKey,
pub remote_per_commitment_point: PubKey,
pub option_static_remotekey: bool,
pub commitment_number: u64,
pub htlcs: Vec<Htlc>,
pub feerate: u32,
}
Expand description
CLN only
Fields§
§tx: LargeOctets
§psbt: LargeOctets
§remote_funding_key: PubKey
§remote_per_commitment_point: PubKey
§option_static_remotekey: bool
§commitment_number: u64
§htlcs: Vec<Htlc>
§feerate: u32
Trait Implementations§
source§impl DeBolt for SignRemoteCommitmentTx
impl DeBolt for SignRemoteCommitmentTx
source§impl Debug for SignRemoteCommitmentTx
impl Debug for SignRemoteCommitmentTx
source§impl<'de> Deserialize<'de> for SignRemoteCommitmentTx
impl<'de> Deserialize<'de> for SignRemoteCommitmentTx
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 SignRemoteCommitmentTx
impl Send for SignRemoteCommitmentTx
impl Sync for SignRemoteCommitmentTx
impl Unpin for SignRemoteCommitmentTx
impl UnwindSafe for SignRemoteCommitmentTx
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