pool-swap-endpoints #11

Merged
Alfred-mk merged 55 commits from pool-swap-endpoints into master 2025-06-26 07:58:54 +02:00
Showing only changes of commit 3244c717cb - Show all commits

View File

@ -12,3 +12,7 @@ type PoolSwapQuoteResult struct {
type PoolSwapResult struct { type PoolSwapResult struct {
TrackingId string `json:"trackingId"` TrackingId string `json:"trackingId"`
} }
type MaxLimitResult struct {
Max string `json:"max"`
}