tx swaps polish

This commit is contained in:
boufni95 2026-02-24 18:36:03 +00:00
parent e411b7aa7f
commit f8fe946b40
No known key found for this signature in database
13 changed files with 174 additions and 85 deletions

View file

@ -902,6 +902,10 @@ message TransactionSwapQuote {
int64 chain_fee_sats = 5;
int64 service_fee_sats = 7;
string service_url = 8;
int64 expires_at_block_height = 9;
int64 paid_at_unix = 10;
int64 completed_at_unix = 11;
}
message TransactionSwapQuoteList {
@ -914,15 +918,15 @@ message AdminTxSwapResponse {
}
message TxSwapOperation {
string swap_operation_id = 1;
TransactionSwapQuote quote = 1;
optional UserOperation operation_payment = 2;
optional string failure_reason = 3;
string address_paid = 4;
optional string address_paid = 4;
optional string tx_id = 5;
}
message TxSwapsList {
repeated TxSwapOperation swaps = 1;
repeated TransactionSwapQuote quotes = 2;
}
message CumulativeFees {