We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b477604 commit 10757c7Copy full SHA for 10757c7
lightning/src/blinded_path/message.rs
@@ -446,6 +446,14 @@ pub enum AsyncPaymentsContext {
446
},
447
}
448
449
+/// Contains verified data specific to an [`AsyncPaymentsContext`].
450
+pub enum VerifiedAsyncPaymentContext {
451
+ /// Verified data corresponding to [`AsyncPaymentsContext::OutboundPayment`].
452
+ OutboundPayment(PaymentId),
453
454
+ InboundPayment,
455
+}
456
+
457
impl_writeable_tlv_based_enum!(MessageContext,
458
{0, Offers} => (),
459
{1, Custom} => (),
0 commit comments