Type Alias hdk::prelude::ZomeEntryTypesKey

source ·
pub type ZomeEntryTypesKey = ZomeTypesKey<EntryDefIndex>;
Expand description

A key to the ScopedZomeTypes<EntryDefIndex> container.

Aliased Type§

struct ZomeEntryTypesKey {
    pub zome_index: ZomeDependencyIndex,
    pub type_index: EntryDefIndex,
}

Fields§

§zome_index: ZomeDependencyIndex

The index into the ZomeIndex vec.

§type_index: EntryDefIndex

The index into the types vec.