Skip to content

parseTomlInt

function parseTomlInt(
string calldata toml,
string calldata key
) external pure returns (int256);

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