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

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