Skip to main content

compute_payload_block_hash

Function compute_payload_block_hash 

Source
pub fn compute_payload_block_hash(data: &ExecutionData) -> Result<B256>
Expand description

Computes the block hash for an [ExecutionData] by converting it to a raw block and hashing the header.