Added missing export for getIndexedAccountPath (#3875).

This commit is contained in:
Richard Moore 2023-04-04 23:38:38 -04:00
parent 50b74b8806
commit 356ff2becb
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ export {
defaultPath,
getAccountPath,
getAccountPath, getIndexedAccountPath,
isCrowdsaleJson, isKeystoreJson,
decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson,

View File

@ -22,7 +22,7 @@ export { BaseWallet } from "./base-wallet.js";
export {
defaultPath,
getAccountPath,
getAccountPath, getIndexedAccountPath,
HDNodeWallet,
HDNodeVoidWallet,