Function get_interfaces

Source
fn get_interfaces(abis: Vec<(JsonAbi, String)>) -> Result<Vec<InterfaceSource>>
Expand description

Converts a vector of tuples containing the ABI and contract name into a vector of InterfaceSource objects.