Added missing export for getIndexedAccountPath (#3875).
This commit is contained in:
parent
50b74b8806
commit
356ff2becb
@ -119,7 +119,7 @@ export {
|
|||||||
|
|
||||||
defaultPath,
|
defaultPath,
|
||||||
|
|
||||||
getAccountPath,
|
getAccountPath, getIndexedAccountPath,
|
||||||
isCrowdsaleJson, isKeystoreJson,
|
isCrowdsaleJson, isKeystoreJson,
|
||||||
|
|
||||||
decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson,
|
decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson,
|
||||||
|
@ -22,7 +22,7 @@ export { BaseWallet } from "./base-wallet.js";
|
|||||||
export {
|
export {
|
||||||
defaultPath,
|
defaultPath,
|
||||||
|
|
||||||
getAccountPath,
|
getAccountPath, getIndexedAccountPath,
|
||||||
|
|
||||||
HDNodeWallet,
|
HDNodeWallet,
|
||||||
HDNodeVoidWallet,
|
HDNodeVoidWallet,
|
||||||
|
Loading…
Reference in New Issue
Block a user