import 'package:cake_wallet/entities/crypto_currency.dart'; abstract class ContactBase { String name; String address; CryptoCurrency type; }