init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
10
modules/account/injectors/indicatorInjectors.js
Normal file
10
modules/account/injectors/indicatorInjectors.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { mapGetters, mapActions } from 'vuex'
|
||||
|
||||
export const indicatorMethods = {
|
||||
...mapActions('encryptedNote', ['highlightNoteAccount', 'redirectToAccount'])
|
||||
}
|
||||
|
||||
export const indicatorComputed = {
|
||||
...mapGetters('metamask', ['currency']),
|
||||
...mapGetters('encryptedNote', ['accounts', 'isSetupAccount', 'noteAccountBalance'])
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue