classic-ui/modules/account/store/actions/recoverAccountFromChain/index.js

4 lines
182 B
JavaScript
Raw Normal View History

2022-04-22 06:05:56 +03:00
export { decryptAccount } from './decryptAccount'
export { getAccountFromAddress } from './getAccountFromAddress'
export { recoverAccountFromChain } from './recoverAccountFromChain'