You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

web3-types

Package Overview
Dependencies
Maintainers
5
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-types - npm Package Compare versions

Comparing version

to
1.5.1-dev.1c03666.0

2

lib/commonjs/eth_abi_types.d.ts

@@ -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 & {

4

package.json
{
"name": "web3-types",
"version": "1.5.1-dev.16a2c27.0+16a2c27",
"version": "1.5.1-dev.1c03666.0+1c03666",
"description": "Provide the common data structures and interfaces for web3 modules.",

@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js",

},
"gitHead": "16a2c27ba0eeb70d25a6e4e3fdb8bf5c2630753f"
"gitHead": "1c036667a5815731eb470fb56da8da5365bdd6db"
}

@@ -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