mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-12 00:24:32 +00:00
* web3: removed `publicKey` field from Account * web3: split sign/signTransaction return values to specific interfaces * web3: `Account.publicKey` removal regression test * web3: Account.sign & Account.signTransaction regression tests * web3: fixed typo in web3.eth.accounts.encrypt and added regression test * web3: added sign(), signTransaction() and encrypt() methods on `Account` * web3: make linter happy