parseTomlBytes32
Signature
Section titled “Signature”function parseTomlBytes32( string calldata toml, string calldata key) external pure returns (bytes32);Description
Section titled “Description”Parses a string of TOML data at key and coerces it to bytes32.