mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
5 lines
No EOL
171 B
Dart
5 lines
No EOL
171 B
Dart
class Consts {
|
|
static const errorWrongSeed = 'WRONG_SEED';
|
|
static const errorAlreadyExists = 'ALREADY_EXISTS';
|
|
static const errorWalletWrongId = 'WALLET_WRONG_ID';
|
|
} |