Added the MaxLimitResult struct model
This commit is contained in:
@@ -12,3 +12,7 @@ type PoolSwapQuoteResult struct {
|
||||
type PoolSwapResult struct {
|
||||
TrackingId string `json:"trackingId"`
|
||||
}
|
||||
|
||||
type MaxLimitResult struct {
|
||||
Max string `json:"max"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user