classic-ui/modules/account/injectors/recoverAccountInjectors.js
Danil Kovtonyuk 44f31f8b9f
init
2022-04-22 13:14:19 +10:00

8 lines
263 B
JavaScript

import { mapActions, mapGetters } from 'vuex'
export const recoverAccountMethods = mapActions('encryptedNote', ['clearState', 'recoverAccountFromKey'])
export const recoverAccountComputed = {
...mapGetters('encryptedNote', ['recoverAccountFromKeyRequest'])
}