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

Check the AppEntryType is valid for the zome. Check the EntryDefId and ZomeId are in range.