pub fn list_anchor_type_addresses<T, E>(
    link_type: T
) -> ExternResult<Vec<AnyLinkableHash>>where
    ScopedLinkType: TryFrom<T, Error = E>,
    WasmError: From<E>,
Expand description

Returns every entry hash in a vector from the root of an anchor. Hashes are sorted in the same way that paths sort children.