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

parseTomlUintArray

function parseTomlUintArray(
string calldata toml,
string calldata key
) external pure returns (uint256[] memory);

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