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

parseTomlType

function parseTomlType(
string calldata toml,
string calldata key,
string calldata typeDescription
) external pure returns (bytes memory);

Parses a string of TOML data at key and coerces it to type corresponding to typeDescription.