3333 - [ ` PendingConsolidation ` ] ( #pendingconsolidation )
3434 - [ Modified Containers] ( #modified-containers )
3535 - [ ` AttesterSlashing ` ] ( #attesterslashing )
36- - [ ` IndexedAttestation ` ] ( #indexedattestation )
3736 - [ Extended Containers] ( #extended-containers )
3837 - [ ` Attestation ` ] ( #attestation )
38+ - [ ` IndexedAttestation ` ] ( #indexedattestation )
3939 - [ ` BeaconBlockBody ` ] ( #beaconblockbody )
4040 - [ ` ExecutionPayload ` ] ( #executionpayload )
4141 - [ ` ExecutionPayloadHeader ` ] ( #executionpayloadheader )
@@ -279,16 +279,6 @@ class AttesterSlashing(Container):
279279 attestation_2: IndexedAttestation # [Modified in Electra:EIP7549]
280280```
281281
282- #### ` IndexedAttestation `
283-
284- ``` python
285- class IndexedAttestation (Container ):
286- # [Modified in Electra:EIP7549]
287- attesting_indices: List[ValidatorIndex, MAX_VALIDATORS_PER_COMMITTEE * MAX_COMMITTEES_PER_SLOT ]
288- data: AttestationData
289- signature: BLSSignature
290- ```
291-
292282### Extended Containers
293283
294284#### ` Attestation `
@@ -301,6 +291,16 @@ class Attestation(Container):
301291 signature: BLSSignature
302292```
303293
294+ #### ` IndexedAttestation `
295+
296+ ``` python
297+ class IndexedAttestation (Container ):
298+ # [Modified in Electra:EIP7549]
299+ attesting_indices: List[ValidatorIndex, MAX_VALIDATORS_PER_COMMITTEE * MAX_COMMITTEES_PER_SLOT ]
300+ data: AttestationData
301+ signature: BLSSignature
302+ ```
303+
304304#### ` BeaconBlockBody `
305305
306306``` python
0 commit comments