github ethers-io/ethers.js v1.0.4
Version 1.0.4

latest releases: v6.12.0, v6.12.0-beta.1, v6.11.1...
7 years ago

Added Wallet.parseTransaction(rawTransaction) which will parse a Buffer or hex string representing a transaction (and recover the from address, if possible) and return a new object with the following key:

  • nonce (BN)
  • gasPrice (BN)
  • gasLimit (BN)
  • to (checksum address string)
  • value (BN)
  • data (Buffer)
  • v (Number)
  • r (Buffer)
  • s (Buffer)
  • from (checksum address string)

Don't miss a new ethers.js release

NewReleases is sending notifications on new releases.