animiassumenda
Version:
Blox live, desktop app for managing staking accounts
16 lines (12 loc) • 344 B
text/typescript
// import Store from '../common/store-manager/store';
const up = async (payload) => {
/*
const store = Store.getStore();
const keyVaultStorage = store.get('keyVaultStorage');
if (keyVaultStorage && keyVaultStorage.test) {
store.delete('keyVaultStorage.test');
}
*/
};
const down = async (payload) => {};
export { up, down };