getCurrency

Get a list of currencies

This function returns a list of currencies.

func getCurrency(filteredBy filters: String, completion: @escaping (_ model: [Currency]?, _ error: String?)->()) {
}

What’s Next