pub async fn check_app_entry_type(
    dna_hash: &DnaHash,
    entry_type: &AppEntryType,
    conductor: &dyn ConductorHandleT
) -> Result<EntryDef, SysValidationError>
Expand description

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