pub async fn check_app_entry_def(
    app_entry_def: &AppEntryDef,
    dna_hash: &DnaHash,
    conductor: &Conductor
) -> SysValidationResult<()>
Expand description

Check the AppEntryDef is valid for the zome. Check the EntryDefId and ZomeIndex are in range.