import 'package:cw_core/crypto_currency.dart';

abstract class ContactBase {
  String name;

  String address;

  CryptoCurrency type;
}