Sitelet https://hardhat.org/docs/reference/cheatcodes/external/parse-toml-bytes32
Skip to content

parseTomlBytes32

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

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