added a model for TokenInPoolResult

This commit is contained in:
2025-05-17 14:36:26 +03:00
parent 8b2bd72143
commit f101ffd4c9

View File

@@ -16,3 +16,7 @@ type PoolSwapResult struct {
type MaxLimitResult struct {
Max string `json:"max"`
}
type TokenInPoolResult struct {
CanSwapFrom bool `json:"canSwapFrom"`
}