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

parseTomlBytes32Array

function parseTomlBytes32Array(
string calldata toml,
string calldata key
) external pure returns (bytes32[] memory);

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