Skip to content

Commit 18aa0d3

Browse files
committed
tx: added EIP-2930 tx class documentation
1 parent e33a8a5 commit 18aa0d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tx/src/eip2930Transaction.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ type EIP2930ValuesArray = [
3838
Buffer?
3939
]
4040

41+
/**
42+
* Typed transaction with optional access lists
43+
*
44+
* - TransactionType: 1
45+
* - EIP: [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930)
46+
*/
4147
export default class AccessListEIP2930Transaction extends BaseTransaction<AccessListEIP2930Transaction> {
4248
public readonly chainId: BN
4349
public readonly accessList: AccessListBuffer

0 commit comments

Comments
 (0)