Uses of Enum Class
io.meeds.deeds.constant.Currency
Packages that use Currency
Package
Description
-
Uses of Currency in io.meeds.deeds.constant
Methods in io.meeds.deeds.constant that return Currency -
Uses of Currency in io.meeds.deeds.service
Methods in io.meeds.deeds.service with parameters of type CurrencyModifier and TypeMethodDescriptionExchangeService.getExchangeRate(Currency currency) ExchangeService.getExchangeRates(Currency currency, LocalDate fromDate, LocalDate toDate) Retrieves list ofMeedPricefrom selected date until a dedicated dateMeedTokenMetricService.getLastMetric(Currency currency) Retrieves the latest Metrics of Meed TokenMeedTokenMetricService.getMarketCapitalization(Currency currency) Retrieves Market Capitalization by using this formula: - Circulating Supply of Meeds * Meed USD Token priceMeedTokenMetricService.getTotalValueLocked(Currency currency) Retrieves Total Locked Value by using this formula: - Total Locked Meed Tokens * Meed USD Token price -
Uses of Currency in io.meeds.deeds.storage
Methods in io.meeds.deeds.storage with parameters of type CurrencyModifier and TypeMethodDescriptionCurrencyExchangeRateRepository.findByCurrencyAndDateBetween(Currency currency, LocalDate from, LocalDate to) -
Uses of Currency in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest with parameters of type CurrencyModifier and TypeMethodDescriptionExchangeController.getExchangeRates(Currency currency, LocalDate fromDate) org.springframework.http.ResponseEntity<BigDecimal>MeedTokenMetricController.getMarketCapitalization(Currency currency) org.springframework.http.ResponseEntity<MeedTokenMetric>MeedTokenMetricController.getMetrics(Currency currency) org.springframework.http.ResponseEntity<BigDecimal>MeedTokenMetricController.getTotalLockedValue(Currency currency)