chore: support IsCashbackEnabled

This commit is contained in:
2026-02-27 01:43:07 +08:00
parent 0633707142
commit bcd442195c
2 changed files with 3 additions and 0 deletions

1
tx.go
View File

@@ -31,6 +31,7 @@ type Swap struct {
BaseReserve decimal.Decimal
QuoteReserve decimal.Decimal
Mayhem bool
Cashback bool
UserBaseBalance decimal.Decimal
UserQuoteBalance decimal.Decimal