Files
openzeppelin-contracts/docs/source/ecrecovery.rst
Rudy Godoy a9055f5ce2 Fixes typos
2017-09-29 14:55:18 -05:00

10 lines
349 B
ReStructuredText

ECRecovery
=============================================
Returns the signer of 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.