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