Function validate_shanghai_withdrawals
pub fn validate_shanghai_withdrawals<B>(
block: &SealedBlock<B>,
) -> Result<(), ConsensusError>where
B: Block,
Expand description
Validate that withdrawals are present in Shanghai
See EIP-4895: Beacon chain push withdrawals as operations