Skip to content

parseTomlAddressArray

function parseTomlAddressArray(
string calldata toml,
string calldata key
) external pure returns (address[] memory);

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