Function hdk::hash_path::anchor::list_anchor_type_addresses

source ·
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 hash in a vector from the root of an anchor. Hashes are sorted in the same way that paths sort children.