added a model for TokenInPoolResult
This commit is contained in:
parent
8b2bd72143
commit
f101ffd4c9
@ -16,3 +16,7 @@ type PoolSwapResult struct {
|
|||||||
type MaxLimitResult struct {
|
type MaxLimitResult struct {
|
||||||
Max string `json:"max"`
|
Max string `json:"max"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type TokenInPoolResult struct {
|
||||||
|
CanSwapFrom bool `json:"canSwapFrom"`
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user