mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-30 15:39:25 +00:00
4 lines
No EOL
116 B
Dart
4 lines
No EOL
116 B
Dart
class Consts {
|
|
static const errorWrongSeed = 'WRONG_SEED';
|
|
static const errorAlreadyExists = 'ALREADY_EXISTS';
|
|
} |