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