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

4 lines
185 B
JavaScript
Raw Normal View History

2022-10-13 16:50:29 +03:00
export { decryptAccount } from './decryptAccount'
export { getAccountFromAddress } from './getAccountFromAddress'
export { recoverAccountFromChain } from './recoverAccountFromChain'