Skip to content

parseTomlBytes

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

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