web3-types
Advanced tools
Comparing version 1.3.1-dev.bd3b9a0.0 to 1.3.1-dev.f6c7fca.0
@@ -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 { |
{ | ||
"name": "web3-types", | ||
"version": "1.3.1-dev.bd3b9a0.0+bd3b9a0", | ||
"version": "1.3.1-dev.f6c7fca.0+f6c7fca", | ||
"description": "Provide the common data structures and interfaces for web3 modules.", | ||
@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js", | ||
}, | ||
"gitHead": "bd3b9a0dacc6f15a406dd660ec7add3c2765b600" | ||
"gitHead": "f6c7fca6f91c3941d2639789b98b42b6009078ac" | ||
} |
@@ -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
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
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
285583
5257