cake_wallet/cw_zano/lib/api/consts.dart

4 lines
116 B
Dart
Raw Normal View History

2023-12-16 12:19:11 +00:00
class Consts {
static const errorWrongSeed = 'WRONG_SEED';
static const errorAlreadyExists = 'ALREADY_EXISTS';
}