dev
dart 6 lines 207 Bytes
Raw
1 class Consts {
2 static const errorWrongSeed = 'WRONG_SEED';
3 static const errorAlreadyExists = 'ALREADY_EXISTS';
4 static const errorWalletWrongId = 'WALLET_WRONG_ID';
5 static const errorBusy = 'BUSY';
6 }