Future<bool> setCurrentAccount(String pubKey) async { return storage.setKV(currentAccountKey, pubKey); }