steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 98 forks source link

how to verify a signed message belongs to account? #287

Open krtschmr opened 5 years ago

krtschmr commented 5 years ago

using keychain extension, we get a signed message.

how can i find out if signed_message belongs to the given account, so i can verify it's really that user?