PaymentDetails.closedChannel constructor

const PaymentDetails.closedChannel({
  1. required ClosedChannelPaymentDetails data,
})

Implementation

const factory PaymentDetails.closedChannel({
  required ClosedChannelPaymentDetails data,
}) = PaymentDetails_ClosedChannel;