Type Alias hdk::prelude::ZomeLinkTypesKey

source ·
pub type ZomeLinkTypesKey = ZomeTypesKey<LinkType>;
Expand description

A key to the ScopedZomeTypes<LinkType> container.

Aliased Type§

struct ZomeLinkTypesKey {
    pub zome_index: ZomeDependencyIndex,
    pub type_index: LinkType,
}

Fields§

§zome_index: ZomeDependencyIndex

The index into the ZomeIndex vec.

§type_index: LinkType

The index into the types vec.