add pool api responses
This commit is contained in:
parent
a1fe416f51
commit
aef8efa2bf
14
models/pool_swap_response.go
Normal file
14
models/pool_swap_response.go
Normal file
@ -0,0 +1,14 @@
|
||||
package models
|
||||
|
||||
type PoolDepositResult struct {
|
||||
TrackingId string `json:"trackingId"`
|
||||
}
|
||||
|
||||
type PoolSwapQuoteResult struct {
|
||||
IncludesFeesDeduction bool `json:"includesFeesDeduction"`
|
||||
OutValue string `json:"outValue"`
|
||||
}
|
||||
|
||||
type PoolSwapResult struct {
|
||||
TrackingId string `json:"trackingId"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user