ecrecovery.rst 349 B

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