This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
First TypeScript based release of the library together with a switch to an ES6
class structure of the Account
class. TypeScript
handles ES6
transpilation
a bit differently (at the
end: cleaner) than babel
so require
syntax of the library slightly changes to:
let Account = require('ethereumjs-account').default
The library now also comes with a type declaration file distributed along with the package published.
- Migration of code base and toolchain to
TypeScript
, PR #27 - Updated
ethereumjs-util
dependency tov6.0.0