Type alias: GqlFiatRates
type GqlFiatRates: object;
Type declaration
| Member | Type |
|---|---|
__typename | "GqlFiatRates" |
allFiatRates | GqlFiatRateInfo[] |
requestedFiat | FiatName |
requestedFiatToUsdRate | Scalars["Float"] |
timestampUpdatingCurrentPrices | Scalars["NaiveDateTime"] |