File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ status: Draft
88type : Standards Track
99category : Core
1010created : 2022-02-25
11+ requires : 2718, 2930, 1559
1112---
1213
1314## Abstract
@@ -157,7 +158,10 @@ class ECDSASignature(Container):
157158 s: uint256
158159```
159160
160- EIP-2718 is extended with a "wrapper data", the typed transaction can be encoded in two forms, dependent on the context:
161+ The ` priority_fee_per_gas ` and ` max_basefee_per_gas ` fields follow [ EIP-1559] ( ./eip-1559.md ) semantics,
162+ and ` access_list ` as in [ ` EIP-2930 ` ] ( ./eip-2930.md ) .
163+
164+ [ ` EIP-2718 ` ] ( ./eip-2718.md ) is extended with a "wrapper data", the typed transaction can be encoded in two forms, dependent on the context:
161165- Network (default): ` TransactionType || TransactionNetworkPayload ` , or ` LegacyTransaction `
162166- Minimal (as in execution payload): ` TransactionType || TransactionPayload ` , or ` LegacyTransaction `
163167
You can’t perform that action at this time.
0 commit comments