Type Alias hdk::prelude::ScopedEntryDefIndex

source ·
pub type ScopedEntryDefIndex = ScopedZomeType<EntryDefIndex>;
Expand description

An EntryDefIndex within the scope of the zome where it’s defined.

Aliased Type§

struct ScopedEntryDefIndex {
    pub zome_index: ZomeIndex,
    pub zome_type: EntryDefIndex,
}

Fields§

§zome_index: ZomeIndex

The zome that defines this type.

§zome_type: EntryDefIndex

The type that is defined.