WalletsByCountry typedef

WalletsByCountry = Map<String, List<String>>

Implementation

typedef WalletsByCountry = Map<String, List<String>>;