Open roccomuso opened 4 years ago
You have to derive the public key from the given private key and use the "account_by_key" api: https://developers.steem.io/apidefinitions/account-by-key-api
Keep in mind there can be more than 1 account with the same keyset
like a collision?
Keys aren't unique on Steem. You can use the same key for multiple accounts.
How to generate an address given a private Key with this lib? is it documented?