# getBlobhashes

Description: getBlobhashes cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/Environment/get-blobhashes.mdx

### Signature

```solidity
function getBlobhashes() external view returns (bytes32[] memory hashes);
```

### Description

Gets the blockhashes from the current transaction.
Not available on EVM versions before Cancun.
If used on unsupported EVM versions it will revert.
