add signed consolidation ssz tests

This commit is contained in:
realbigsean
2024-05-12 20:30:55 -04:00
parent 657887f313
commit 9c33a6ff9e
2 changed files with 7 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ type_name_generic!(SignedAggregateAndProofBase, "SignedAggregateAndProof");
type_name_generic!(SignedAggregateAndProofElectra, "SignedAggregateAndProof");
type_name_generic!(SignedBeaconBlock);
type_name!(SignedBeaconBlockHeader);
type_name!(SignedConsolidation);
type_name_generic!(SignedContributionAndProof);
type_name!(SignedVoluntaryExit);
type_name!(SigningData);