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

Returns every entry hash in a vector from the second level of an anchor. Uses the string argument to build the path from the root. Hashes are sorted in the same way that paths sort children.