Added the MaxLimitResult struct model

This commit is contained in:
2025-03-11 15:46:51 +03:00
parent 17e89e0b88
commit 3244c717cb

View File

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