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