mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-26 17:34:30 +01:00
Add zero-amount Receive Chain Swap (#538)
Add support for Zero-Amount Receive Chain Swaps
This commit is contained in:
@@ -431,9 +431,12 @@ dictionary PrepareReceiveRequest {
|
||||
};
|
||||
|
||||
dictionary PrepareReceiveResponse {
|
||||
u64? payer_amount_sat;
|
||||
PaymentMethod payment_method;
|
||||
u64 fees_sat;
|
||||
u64? payer_amount_sat;
|
||||
u64? min_payer_amount_sat;
|
||||
u64? max_payer_amount_sat;
|
||||
f64? swapper_feerate;
|
||||
};
|
||||
|
||||
dictionary ReceivePaymentRequest {
|
||||
|
||||
Reference in New Issue
Block a user