Function holochain::core::check_app_entry_type[][src]

pub async fn check_app_entry_type(
    entry_type: &AppEntryType,
    conductor_api: &impl CellConductorApiT
) -> Result<EntryDef, SysValidationError>
Expand description

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