ReferencedManifestComponentAddress

Trait ReferencedManifestComponentAddress 

Source
pub trait ReferencedManifestComponentAddress {
    // Required method
    fn resolve_referenced(
        self,
        registrar: &ManifestNameRegistrar,
    ) -> ManifestComponentAddress;
}
Expand description

An address handle will NOT be consumed by this instruction.

Required Methods§

Implementors§