mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-24 01:14:22 +01:00
feat: add BIP21 support (#414)
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com> Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,12 @@ sealed class PaymentError with _$PaymentError implements FrbException {
|
||||
const factory PaymentError.alreadyPaid() = PaymentError_AlreadyPaid;
|
||||
const factory PaymentError.paymentInProgress() = PaymentError_PaymentInProgress;
|
||||
const factory PaymentError.amountOutOfRange() = PaymentError_AmountOutOfRange;
|
||||
const factory PaymentError.amountMissing({
|
||||
required String err,
|
||||
}) = PaymentError_AmountMissing;
|
||||
const factory PaymentError.invalidNetwork({
|
||||
required String err,
|
||||
}) = PaymentError_InvalidNetwork;
|
||||
const factory PaymentError.generic({
|
||||
required String err,
|
||||
}) = PaymentError_Generic;
|
||||
|
||||
Reference in New Issue
Block a user