Function hdk::hash_path::anchor::anchor

source ·
pub fn anchor<T, E>(
    link_type: T,
    anchor_type: String,
    anchor_text: String
) -> ExternResult<EntryHash>where
    ScopedLinkType: TryFrom<T, Error = E>,
    WasmError: From<E>,
Expand description

Simple string interface to simple string based paths. a.k.a “the anchor pattern” that predates paths by a few years.