Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

web3-types

Package Overview
Dependencies
Maintainers
5
Versions
382
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 1.3.0 to 1.3.1-dev.116b7bb.0

8

lib/commonjs/apis/eth_execution_api.d.ts

@@ -30,2 +30,3 @@ import { Address, HexString32Bytes, Uint, HexStringBytes, HexStringSingleByte, HexString256Bytes, FeeHistoryBase, HexString8Bytes, Uint256, BlockNumberOrTag, Filter, AccessList, TransactionHash, TransactionReceiptBase, BlockBase, LogBase } from '../eth_types.js';

readonly accessList: AccessList;
readonly gasPrice: Uint;
}

@@ -36,2 +37,3 @@ export interface Transaction1559SignedAPI extends Transaction1559UnsignedAPI {

readonly s: Uint;
readonly v?: never;
}

@@ -41,2 +43,4 @@ export interface Transaction2930UnsignedAPI extends BaseTransactionAPI {

readonly accessList: AccessList;
readonly maxFeePerGas?: never;
readonly maxPriorityFeePerGas?: never;
}

@@ -47,5 +51,9 @@ export interface Transaction2930SignedAPI extends Transaction2930UnsignedAPI {

readonly s: Uint;
readonly v?: never;
}
export interface TransactionLegacyUnsignedAPI extends BaseTransactionAPI {
readonly gasPrice: Uint;
readonly accessList?: never;
readonly maxFeePerGas?: never;
readonly maxPriorityFeePerGas?: never;
}

@@ -52,0 +60,0 @@ export interface TransactionLegacySignedAPI extends TransactionLegacyUnsignedAPI {

@@ -30,2 +30,3 @@ import { Address, HexString32Bytes, Uint, HexStringBytes, HexStringSingleByte, HexString256Bytes, FeeHistoryBase, HexString8Bytes, Uint256, BlockNumberOrTag, Filter, AccessList, TransactionHash, TransactionReceiptBase, BlockBase, LogBase } from '../eth_types.js';

readonly accessList: AccessList;
readonly gasPrice: Uint;
}

@@ -36,2 +37,3 @@ export interface Transaction1559SignedAPI extends Transaction1559UnsignedAPI {

readonly s: Uint;
readonly v?: never;
}

@@ -41,2 +43,4 @@ export interface Transaction2930UnsignedAPI extends BaseTransactionAPI {

readonly accessList: AccessList;
readonly maxFeePerGas?: never;
readonly maxPriorityFeePerGas?: never;
}

@@ -47,5 +51,9 @@ export interface Transaction2930SignedAPI extends Transaction2930UnsignedAPI {

readonly s: Uint;
readonly v?: never;
}
export interface TransactionLegacyUnsignedAPI extends BaseTransactionAPI {
readonly gasPrice: Uint;
readonly accessList?: never;
readonly maxFeePerGas?: never;
readonly maxPriorityFeePerGas?: never;
}

@@ -52,0 +60,0 @@ export interface TransactionLegacySignedAPI extends TransactionLegacyUnsignedAPI {

4

package.json
{
"name": "web3-types",
"version": "1.3.0",
"version": "1.3.1-dev.116b7bb.0+116b7bb",
"description": "Provide the common data structures and interfaces for web3 modules.",

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

},
"gitHead": "c8799b074e7abf86b4b03a163aa9183250ad7228"
"gitHead": "116b7bbd0f6c66e3bd33850075303c34d77853fa"
}

@@ -71,2 +71,3 @@ /*

readonly accessList: AccessList;
readonly gasPrice: Uint;
}

@@ -78,2 +79,3 @@

readonly s: Uint;
readonly v?: never;
}

@@ -84,2 +86,4 @@

readonly accessList: AccessList;
readonly maxFeePerGas?: never;
readonly maxPriorityFeePerGas?: never;
}

@@ -91,2 +95,3 @@

readonly s: Uint;
readonly v?: never;
}

@@ -96,2 +101,5 @@

readonly gasPrice: Uint;
readonly accessList?: never;
readonly maxFeePerGas?: never;
readonly maxPriorityFeePerGas?: never;
}

@@ -98,0 +106,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc