cake_wallet/cw_zano/lib/api/consts.dart
2023-12-16 12:19:11 +00:00

4 lines
No EOL
116 B
Dart

class Consts {
static const errorWrongSeed = 'WRONG_SEED';
static const errorAlreadyExists = 'ALREADY_EXISTS';
}