Skip to content

parseTomlAddress

function parseTomlAddress(
string calldata toml,
string calldata key
) external pure returns (address);

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