web3-types
Advanced tools
Comparing version 1.5.1-dev.6187f30.0 to 1.5.1-dev.67d8a74.0
@@ -48,2 +48,4 @@ import { Address } from './eth_types.js'; | ||
readonly payable?: boolean; | ||
readonly signature?: string; | ||
readonly methodNameWithInputs?: string; | ||
}; | ||
@@ -50,0 +52,0 @@ export declare type AbiFallbackFragment = AbiBaseFragment & { |
@@ -48,2 +48,4 @@ import { Address } from './eth_types.js'; | ||
readonly payable?: boolean; | ||
readonly signature?: string; | ||
readonly methodNameWithInputs?: string; | ||
}; | ||
@@ -50,0 +52,0 @@ export declare type AbiFallbackFragment = AbiBaseFragment & { |
{ | ||
"name": "web3-types", | ||
"version": "1.5.1-dev.6187f30.0+6187f30", | ||
"version": "1.5.1-dev.67d8a74.0+67d8a74", | ||
"description": "Provide the common data structures and interfaces for web3 modules.", | ||
@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js", | ||
}, | ||
"gitHead": "6187f308480f8c6b526995b3e89aa0fc73a017d3" | ||
"gitHead": "67d8a74386047de866456badb5ae3dae7cd4a9e6" | ||
} |
@@ -113,2 +113,5 @@ /* | ||
readonly payable?: boolean; // stateMutability == 'payable' | ||
readonly signature?: string; | ||
readonly methodNameWithInputs?: string; // like: funcWithParamsOverloading(uint8) | ||
}; | ||
@@ -115,0 +118,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
296391
5475