Replies: 1 comment
-
Those are two different questions:
The bech32 address does not contain sufficient data for the public key. You have to do a lookup on chain to query the public key. For some accounts it is avaiable, for some it is not. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello
Tell me, how can I change the address format from bech32 to base58?
My task is to make a module for exchanging encrypted messages. I plan to encrypt messages using ECDH, and for this I need to know the recipient’s public key in order to derive the general encryption key based on it.
Beta Was this translation helpful? Give feedback.
All reactions