Skip to main content

get_interfaces

Function get_interfaces 

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

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