Verify signature function (code | test | docs)
buckyroberts opened this issue · 4 comments
buckyroberts commented
Create a function to verify a signature when given a message, signature, and account number. It will be the same logic as this function, just in JS instead of Python.
tomijaga commented
I'll work on this
tomijaga commented
We can have the verifySignature function as a static method for the Account
class
tomijaga commented
@zinoadid I submitted a PR