Skip to content

parseTomlUint

function parseTomlUint(
string calldata toml,
string calldata key
) external pure returns (uint256);

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