mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-23 08:54:22 +01:00
Add SdkEvent for refundable swap (#683)
This commit is contained in:
@@ -4790,6 +4790,10 @@ final class wire_cst_SdkEvent_PaymentPending extends ffi.Struct {
|
||||
external ffi.Pointer<wire_cst_payment> details;
|
||||
}
|
||||
|
||||
final class wire_cst_SdkEvent_PaymentRefundable extends ffi.Struct {
|
||||
external ffi.Pointer<wire_cst_payment> details;
|
||||
}
|
||||
|
||||
final class wire_cst_SdkEvent_PaymentRefunded extends ffi.Struct {
|
||||
external ffi.Pointer<wire_cst_payment> details;
|
||||
}
|
||||
@@ -4815,6 +4819,8 @@ final class SdkEventKind extends ffi.Union {
|
||||
|
||||
external wire_cst_SdkEvent_PaymentPending PaymentPending;
|
||||
|
||||
external wire_cst_SdkEvent_PaymentRefundable PaymentRefundable;
|
||||
|
||||
external wire_cst_SdkEvent_PaymentRefunded PaymentRefunded;
|
||||
|
||||
external wire_cst_SdkEvent_PaymentRefundPending PaymentRefundPending;
|
||||
|
||||
Reference in New Issue
Block a user