@types/web3
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -90,5 +90,9 @@ import BigNumber = require("bn.js"); | ||
address: string, | ||
defaultBlock?: BlockType, | ||
cb?: Callback<number> | ||
): Promise<number>; | ||
defaultBlock?: BlockType | ||
): Promise<BigNumber>; | ||
getBalance( | ||
address: string, | ||
defaultBlock: BlockType, | ||
cb: Callback<BigNumber> | ||
): void; | ||
getBlock( | ||
@@ -95,0 +99,0 @@ number: BlockType, |
{ | ||
"name": "@types/web3", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "TypeScript definitions for web3", | ||
@@ -99,2 +99,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"repository": { | ||
@@ -109,4 +110,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "1eba426f46ebce92b5510f0b6abf9a49b39732c1c23b21c8ce996264a0e57c51", | ||
"typesPublisherContentHash": "59143c2e2c680f4a7a97e7712bd002dc0905f0dd7818c4b1fab4c05e1b3281ab", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 10 Oct 2018 23:59:45 GMT | ||
* Last updated: Mon, 22 Oct 2018 19:29:35 GMT | ||
* Dependencies: bn.js, 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
28713
788