This commit is contained in:
Eitan Seri-Levi
2025-02-02 00:47:10 +03:00
parent 54c9b4dbf7
commit 3c90258468
6 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,8 @@ use types::{
SignedBeaconBlock, SignedBeaconBlockAltair, SignedBeaconBlockBase, SignedBeaconBlockBellatrix,
SignedBeaconBlockCapella, SignedBeaconBlockDeneb, SignedBeaconBlockElectra,
SignedBeaconBlockFulu, SignedBlsToExecutionChange, SignedContributionAndProof,
SignedVoluntaryExit, SingleAttestation, SubnetId, SyncCommitteeMessage, SyncSubnetId, SignedInclusionList,
SignedInclusionList, SignedVoluntaryExit, SingleAttestation, SubnetId, SyncCommitteeMessage,
SyncSubnetId,
};
#[derive(Debug, Clone, PartialEq)]