Skip to content

parseTomlBytes32

function parseTomlBytes32(
string calldata toml,
string calldata key
) external pure returns (bytes32);

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