mirror of
https://github.com/tornadocash/tornado-classic-ui
synced 2024-02-02 15:04:09 +01:00
8 lines
263 B
JavaScript
8 lines
263 B
JavaScript
import { mapActions, mapGetters } from 'vuex'
|
|
|
|
export const recoverAccountMethods = mapActions('encryptedNote', ['clearState', 'recoverAccountFromKey'])
|
|
|
|
export const recoverAccountComputed = {
|
|
...mapGetters('encryptedNote', ['recoverAccountFromKeyRequest'])
|
|
}
|