# parseTomlBytes32

Description: parseTomlBytes32 cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/External/parse-toml-bytes32.mdx

### Signature

```solidity
function parseTomlBytes32(
  string calldata toml,
  string calldata key
) external pure returns (bytes32);
```

### Description

Parses a string of TOML data at `key` and coerces it to `bytes32`.
