You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-clients/fusion/fusion_types_extended.go
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ import (
10
10
11
11
typeGetQuoteOutputFixedstruct {
12
12
// FeeToken Destination token address
13
-
FeeTokenstring`json:"feeToken"`
14
-
FromTokenAmountstring`json:"fromTokenAmount"`
15
-
PresetsQuotePresetsClass`json:"presets"`
16
-
PricesTokenPairValue`json:"prices"`
13
+
FeeTokenstring`json:"feeToken"`
14
+
FromTokenAmountstring`json:"fromTokenAmount"`
15
+
PresetsQuotePresetsClassFixed`json:"presets"`
16
+
PricesTokenPairValue`json:"prices"`
17
17
18
18
// QuoteId Current generated quote id, should be passed with order
19
19
QuoteIdstring`json:"quoteId"`// TODO This field is marked as "object" instead of "string" in the swagger file. This is an easy fix from the Fusion team
@@ -263,3 +263,28 @@ type OrderResponse struct {
263
263
Statusstring`json:"status"`
264
264
ToTokenToUsdPricestring`json:"toTokenToUsdPrice"`
265
265
}
266
+
267
+
// PresetClassFixed defines model for PresetClass.
0 commit comments