Add types for getData on a web3 contract
This commit is contained in:
5
packages/web3-typescript-typings/CHANGELOG.md
Normal file
5
packages/web3-typescript-typings/CHANGELOG.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.9.2 - _January 11, 2018_
|
||||
|
||||
* Add type for getData on a contract
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web3-typescript-typings",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Typescript type definitions for web3",
|
||||
"main": "index.d.ts",
|
||||
"types": "index.d.ts",
|
||||
@@ -12,9 +12,7 @@
|
||||
"url": "git+https://github.com/0xProject/web3-typescript-typings.git"
|
||||
},
|
||||
"author": "Fabio Berger",
|
||||
"contributors": [
|
||||
"Leonid Logvinov <logvinov.leon@gmail.com>"
|
||||
],
|
||||
"contributors": ["Leonid Logvinov <logvinov.leon@gmail.com>"],
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/0xProject/web3-typescript-typings/issues"
|
||||
|
Reference in New Issue
Block a user