File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3030 - [ ` Consolidation ` ] ( #consolidation )
3131 - [ ` SignedConsolidation ` ] ( #signedconsolidation )
3232 - [ ` PendingConsolidation ` ] ( #pendingconsolidation )
33+ - [ Modified Containers] ( #modified-containers )
34+ - [ ` AttesterSlashing ` ] ( #attesterslashing )
3335 - [ Extended Containers] ( #extended-containers )
3436 - [ ` Attestation ` ] ( #attestation )
3537 - [ ` IndexedAttestation ` ] ( #indexedattestation )
@@ -259,6 +261,16 @@ class PendingConsolidation(Container):
259261 target_index: ValidatorIndex
260262```
261263
264+ ### Modified Containers
265+
266+ #### ` AttesterSlashing `
267+
268+ ``` python
269+ class AttesterSlashing (Container ):
270+ attestation_1: IndexedAttestation # [Modified in Electra:EIP7549]
271+ attestation_2: IndexedAttestation # [Modified in Electra:EIP7549]
272+ ```
273+
262274### Extended Containers
263275
264276#### ` Attestation `
You can’t perform that action at this time.
0 commit comments