Skip to content

parseTomlBytesArray

function parseTomlBytesArray(
string calldata toml,
string calldata key
) external pure returns (bytes[] memory);

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