SoftBank.Currency.Conversion.get_currencies

You're seeing just the function get_currencies, go back to SoftBank.Currency.Conversion module for more information.
Link to this function

get_currencies(rates \\ UpdateWorker.get_rates())

View Source

Specs

get_currencies(SoftBank.Currency.Conversion.Rates.t()) :: [atom()]

Get all currencies

Examples

iex> SoftBank.Currency.Conversion.get_currencies(%SoftBank.Currency.Conversion.Rates{base: :EUR,
...>  rates: %{CHF: 0.5, USD: 0.75}})
[:EUR, :CHF, :USD]