pub fn get_currency(code: &str) -> CurrencyExpand description
Returns a currency from the given code.
Uses Currency::get_or_create_crypto to handle unknown currency codes.
pub fn get_currency(code: &str) -> CurrencyReturns a currency from the given code.
Uses Currency::get_or_create_crypto to handle unknown currency codes.