PrepareRefundResponse constructor

const PrepareRefundResponse({
  1. required int refundTxWeight,
  2. required int refundTxFeeSat,
})

Implementation

const PrepareRefundResponse({
  required this.refundTxWeight,
  required this.refundTxFeeSat,
});