@types/web3
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -125,3 +125,3 @@ import BigNumber = require("bn.js"); | ||
address?: string; | ||
topics?: Array<string | string[]>; | ||
topics?: Array<string | string[] | null>; | ||
}, | ||
@@ -128,0 +128,0 @@ cb?: Callback<Log[]> |
{ | ||
"name": "@types/web3", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "TypeScript definitions for web3", | ||
@@ -119,4 +119,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "24ad48290fd271073d196313644db674d34cb3003750edd79fd0eec3428cd6e0", | ||
"typesPublisherContentHash": "c02540b14d9d0119961278013f078d56b3201495e35893cba4e731e32ebe9c59", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 24 Jan 2019 22:51:58 GMT | ||
* Last updated: Thu, 24 Jan 2019 23:18:45 GMT | ||
* Dependencies: @types/bn.js, @types/underscore | ||
@@ -14,0 +14,0 @@ * Global values: none |
29311