cake_wallet/cw_zano/lib/api/consts.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';
}