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