cake_wallet/cw_zano/lib/api/consts.dart

5 lines
171 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';
static const errorWalletWrongId = 'WALLET_WRONG_ID';
2023-12-16 12:19:11 +00:00
}