@types/web3
Advanced tools
Comparing version 1.0.13 to 1.0.14
export interface ABIDefinition { | ||
constant?: boolean; | ||
payable?: boolean; | ||
stateMutability?: "pure" | "view" | "nonpayable" | "payable"; | ||
anonymous?: boolean; | ||
@@ -5,0 +6,0 @@ inputs?: Array<{ name: string; type: ABIDataTypes; indexed?: boolean }>; |
{ | ||
"name": "@types/web3", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "TypeScript definitions for web3", | ||
@@ -114,4 +114,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e53a6043606496236bb026ee512d7d0abf0c7abfe66fc36f5c9d646e09df8b73", | ||
"typesPublisherContentHash": "d48b2d583ae547de1f4599c26529fd2a24fe278bd6222f801439b91afa848020", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 03 Dec 2018 19:04:45 GMT | ||
* Last updated: Tue, 04 Dec 2018 19:22:57 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
29107
791