cake_wallet/cw_zano/lib/api/consts.dart
2024-08-07 12:32:47 +00:00

6 lines
No EOL
206 B
Dart

class Consts {
static const errorWrongSeed = 'WRONG_SEED';
static const errorAlreadyExists = 'ALREADY_EXISTS';
static const errorWalletWrongId = 'WALLET_WRONG_ID';
static const errorBusy = 'BUSY';
}