Struct vls_protocol::msgs::SignAnyLocalHtlcTx
source · pub struct SignAnyLocalHtlcTx {
pub commitment_number: u64,
pub tx: WithSize<Transaction>,
pub psbt: WithSize<PartiallySignedTransaction>,
pub wscript: Octets,
pub option_anchors: bool,
pub input: u32,
pub peer_id: PubKey,
pub dbid: u64,
}
Expand description
CLN only Same as SignLocalHtlcTx but called from lightningd
Fields§
§commitment_number: u64
§tx: WithSize<Transaction>
§psbt: WithSize<PartiallySignedTransaction>
§wscript: Octets
§option_anchors: bool
§input: u32
§peer_id: PubKey
§dbid: u64
Trait Implementations§
source§impl DeBolt for SignAnyLocalHtlcTx
impl DeBolt for SignAnyLocalHtlcTx
source§impl Debug for SignAnyLocalHtlcTx
impl Debug for SignAnyLocalHtlcTx
source§impl Decodable for SignAnyLocalHtlcTx
impl Decodable for SignAnyLocalHtlcTx
source§impl Encodable for SignAnyLocalHtlcTx
impl Encodable for SignAnyLocalHtlcTx
Auto Trait Implementations§
impl RefUnwindSafe for SignAnyLocalHtlcTx
impl Send for SignAnyLocalHtlcTx
impl Sync for SignAnyLocalHtlcTx
impl Unpin for SignAnyLocalHtlcTx
impl UnwindSafe for SignAnyLocalHtlcTx
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