BreezEvent.paymentFailed constructor

const BreezEvent.paymentFailed({
  1. required PaymentFailedData details,
})

Indicates that an outgoing payment has been failed to complete

Implementation

const factory BreezEvent.paymentFailed({
  required PaymentFailedData details,
}) = BreezEvent_PaymentFailed;