Added the MaxLimitResult struct model
This commit is contained in:
parent
17e89e0b88
commit
3244c717cb
@ -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"`
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user