thenewboston-blockchain/thenewboston-js

Verify signature function (code | test | docs)

buckyroberts opened this issue · 4 comments

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.

https://github.com/thenewboston-developers/thenewboston-python/blob/development/src/thenewboston/blocks/signatures.py#L10

I'll work on this

We can have the verifySignature function as a static method for the Account class

@tomijaga assigned

@zinoadid I submitted a PR