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