@types/web3
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -91,7 +91,7 @@ import BigNumber = require("bn.js"); | ||
defaultBlock?: BlockType | ||
): Promise<BigNumber>; | ||
): Promise<string>; | ||
getBalance( | ||
address: string, | ||
defaultBlock: BlockType, | ||
cb: Callback<BigNumber> | ||
cb: Callback<string> | ||
): void; | ||
@@ -98,0 +98,0 @@ getBlock( |
{ | ||
"name": "@types/web3", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "TypeScript definitions for web3", | ||
@@ -119,4 +119,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c02540b14d9d0119961278013f078d56b3201495e35893cba4e731e32ebe9c59", | ||
"typesPublisherContentHash": "0e7b26f797fd9df4c327824367131f7a331cbfbccafdcdd49fd528394e45b3dd", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 24 Jan 2019 23:18:45 GMT | ||
* Last updated: Thu, 24 Jan 2019 23:28:40 GMT | ||
* Dependencies: @types/bn.js, @types/underscore | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29305