list abstract method

Future<Result<Map<String, String>, String>> list()

list all coins supported by price service returns map where the key is the ticker and the value is the crypto's name

Implementation

Future<Result<Map<String, String>, String>> list();