fn get_interfaces( abis: Vec<(JsonAbi, String)>, config: Option<ToSolConfig>, ) -> Result<Vec<InterfaceSource>>
Converts a vector of tuples containing the ABI and contract name into a vector of InterfaceSource objects.
InterfaceSource