Type Alias hdk::prelude::ScopedLinkType

source ·
pub type ScopedLinkType = ScopedZomeType<LinkType>;
Expand description

A LinkType within the scope of the zome where it’s defined.

Aliased Type§

struct ScopedLinkType {
    pub zome_index: ZomeIndex,
    pub zome_type: LinkType,
}

Fields§

§zome_index: ZomeIndex

The zome that defines this type.

§zome_type: LinkType

The type that is defined.