N swap services support
This commit is contained in:
parent
9d082ea0a0
commit
f6e425aed5
19 changed files with 557 additions and 426 deletions
|
|
@ -850,6 +850,11 @@ message TransactionSwapQuote {
|
|||
int64 swap_fee_sats = 4;
|
||||
int64 chain_fee_sats = 5;
|
||||
int64 service_fee_sats = 7;
|
||||
string service_url = 8;
|
||||
}
|
||||
|
||||
message TransactionSwapQuoteList {
|
||||
repeated TransactionSwapQuote quotes = 1;
|
||||
}
|
||||
|
||||
message AdminSwapResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue