PrepareOnchainPaymentResponse constructor

const PrepareOnchainPaymentResponse({
  1. required String feesHash,
  2. required double feesPercentage,
  3. required int feesLockup,
  4. required int feesClaim,
  5. required int senderAmountSat,
  6. required int recipientAmountSat,
  7. required int totalFees,
})

Implementation

const PrepareOnchainPaymentResponse({
  required this.feesHash,
  required this.feesPercentage,
  required this.feesLockup,
  required this.feesClaim,
  required this.senderAmountSat,
  required this.recipientAmountSat,
  required this.totalFees,
});