Skip to main content

blob_hash

Function blob_hash 

pub fn blob_hash<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the BLOBHASH instruction.

EIP-4844: Shard Blob Transactions - gets the hash of a transaction blob.