convert bytes32 to address #3561
Unanswered
daron4ever
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can use the ABI Coder:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Feature
In solidity,
We can change bytes32 to address using address160(address265(bytes32_value)).
I need to convert bytes32 to address in nodejs, and I couldn't find any method with ethers.
Please add this feature, or if we already have it, please share the info.
Thanks.
Code Example
No response
Beta Was this translation helpful? Give feedback.
All reactions