@types/web3
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@types/web3", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "TypeScript definitions for web3", | ||
@@ -114,4 +114,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d48b2d583ae547de1f4599c26529fd2a24fe278bd6222f801439b91afa848020", | ||
"typesPublisherContentHash": "603b7df75cf3d864185eb5973a7c08b38fdb01e2cd76c4ff8e58afd8314f7dfc", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 04 Dec 2018 19:22:57 GMT | ||
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT | ||
* Dependencies: @types/bn.js, @types/underscore | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -64,4 +64,3 @@ import BigNumber = require("bn.js"); | ||
fromUtf8(val: string): string; | ||
fromWei(val: BigNumber, unit?: Unit): BigNumber; | ||
fromWei(val: string | number, unit?: Unit): string; | ||
fromWei(val: string | number | BigNumber, unit?: Unit): string; | ||
hexToBytes(val: string): number[]; | ||
@@ -68,0 +67,0 @@ hexToNumber(val: string | number | BigNumber): number; |
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
29066
790