Closed
Description
Ethers Version
6.1.0
Search Terms
wallet, hdwallet, account, path
Describe the Problem
Both getIndexedAccountPath() and getAccountPath() functions are in the documentation. While getAccountPath can be imported from ethers, cannot import getIndexedAccountPath.
Code Snippet
import { getIndexedAccountPath } from 'ethers';
Contract ABI
No response
Errors
ethers has no exported member named 'getIndexedAccountPath'
Environment
node.js (v12 or newer)
Environment (Other)
No response
Activity