Skip to main content

interface_has_function

Function interface_has_function 

Source
fn interface_has_function(
    gcx: Gcx<'_>,
    cid: ContractId,
    signature: &str,
    params: &[&str],
    returns: &[&str],
) -> bool