Files
openzeppelin-contracts/docs/source/ecrecovery.rst
Norton Wang dfb9ebd647 Update ecrecovery.rst
Fix typo
2017-10-16 17:50:25 -04:00

10 lines
353 B
ReStructuredText

ECRecovery
=============================================
Returns the signer of the the hash using the signature divided in v, r, and s values.
recover(bytes32 hash, bytes sig) internal returns (address)
"""""""""""""""""""""""""""""""""""""""""""""""""
Returns the signer of the the hash using the signature that provides the web3.eth.sign() method.