web3-types
Advanced tools
Comparing version 1.3.0 to 1.3.1-dev.41f39c0.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.0", | ||
"version": "1.3.1-dev.41f39c0.0+41f39c0", | ||
"description": "Provide the common data structures and interfaces for web3 modules.", | ||
@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js", | ||
}, | ||
"gitHead": "c8799b074e7abf86b4b03a163aa9183250ad7228" | ||
"gitHead": "41f39c0483950d2a1433f90fa2eff07f08aeb5de" | ||
} |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
285583
5257
2
1