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

parseTomlBytesArray

function parseTomlBytesArray(
string calldata toml,
string calldata key
) external pure returns (bytes[] memory);

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