We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33a8a5 commit 18aa0d3Copy full SHA for 18aa0d3
packages/tx/src/eip2930Transaction.ts
@@ -38,6 +38,12 @@ type EIP2930ValuesArray = [
38
Buffer?
39
]
40
41
+/**
42
+ * Typed transaction with optional access lists
43
+ *
44
+ * - TransactionType: 1
45
+ * - EIP: [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930)
46
+ */
47
export default class AccessListEIP2930Transaction extends BaseTransaction<AccessListEIP2930Transaction> {
48
public readonly chainId: BN
49
public readonly accessList: AccessListBuffer
0 commit comments