pub async fn check_entry_def(
    op: &Op,
    dna_hash: &DnaHash,
    conductor: &Conductor
) -> SysValidationResult<()>
Expand description

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