pub fn list_anchor_addresses(
    anchor_type: String
) -> ExternResult<Vec<AnyLinkableHash>>
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.