web3-types
Advanced tools
Comparing version 1.0.3-dev.f5b4d7d.0 to 1.1.0-rc.0
@@ -343,3 +343,4 @@ import { Bytes, HexString, Numbers } from './primitives_types.js'; | ||
type: Numbers; | ||
input: Bytes; | ||
input?: Bytes; | ||
data?: Bytes; | ||
nonce: Numbers; | ||
@@ -346,0 +347,0 @@ networkId: Numbers; |
@@ -343,3 +343,4 @@ import { Bytes, HexString, Numbers } from './primitives_types.js'; | ||
type: Numbers; | ||
input: Bytes; | ||
input?: Bytes; | ||
data?: Bytes; | ||
nonce: Numbers; | ||
@@ -346,0 +347,0 @@ networkId: Numbers; |
{ | ||
"name": "web3-types", | ||
"version": "1.0.3-dev.f5b4d7d.0+f5b4d7d", | ||
"version": "1.1.0-rc.0", | ||
"description": "Provide the common data structures and interfaces for web3 modules.", | ||
@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js", | ||
}, | ||
"gitHead": "f5b4d7d0f14e721380e4c9249a063a3dc982a540" | ||
"gitHead": "2eacd4ba3f1b67967824c0f9c11b87fc155564a9" | ||
} |
@@ -412,3 +412,4 @@ /* | ||
type: Numbers; | ||
input: Bytes; | ||
input?: Bytes; | ||
data?: Bytes; | ||
nonce: Numbers; | ||
@@ -415,0 +416,0 @@ networkId: Numbers; |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
263764
4782
0