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
Check code below:
ontology-ts-sdk/src/crypto/address.ts
Lines 122 to 128 in 7ca3d93
Lines 144 to 152 in 7ca3d93
If pass 40 bytes hex string into Address, then call toHexString(), you will get a reversed wrong hex address.
Address
toHexString()
The text was updated successfully, but these errors were encountered:
The method address.toHexString is a combination of address.serialize() and reverseHex. It's barely used and you can ignore it.
Sorry, something went wrong.
No branches or pull requests
Check code below:
ontology-ts-sdk/src/crypto/address.ts
Lines 122 to 128 in 7ca3d93
ontology-ts-sdk/src/crypto/address.ts
Lines 144 to 152 in 7ca3d93
If pass 40 bytes hex string into
Address
, then calltoHexString()
, you will get a reversed wrong hex address.The text was updated successfully, but these errors were encountered: