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

parseTomlIntArray

function parseTomlIntArray(
string calldata toml,
string calldata key
) external pure returns (int256[] memory);

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