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[].