Type alias: GqlTokenFiatPrices
type GqlTokenFiatPrices: object;
Type declaration
Member | Type |
---|---|
__typename | "GqlTokenFiatPrices" |
currentTokenPriceInFiat | Scalars ["Float" ] |
historyTokenPricesFromToday | GqlTokenFiatPrice [] |
requestedFiat | FiatName |
requestedNumHistoryDays | Scalars ["Int" ] |
utcDatetimeNow | Scalars ["NaiveDateTime" ] |