CurrencyConverter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun fromLocalCurrency(value: Double, to: String = "ETH", countryCode: String = "US"): Double
Link copied to clipboard
fun toLocalCurrency(value: Double, from: String = "ETH", countryCode: String = "US"): Double