We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the documentation HARDENED_OFFSET should be a static property of HDKey class:
HARDENED_OFFSET
HDKey
scure-bip32/README.md
Line 56 in 2274f2f
But HARDENED_OFFSET is exported as named export
scure-bip32/index.ts
Line 26 in 2274f2f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the documentation
HARDENED_OFFSET
should be a static property ofHDKey
class:scure-bip32/README.md
Line 56 in 2274f2f
But
HARDENED_OFFSET
is exported as named exportscure-bip32/index.ts
Line 26 in 2274f2f
The text was updated successfully, but these errors were encountered: