Function hdk_crud::fetch_links[][src]

pub fn fetch_links<EntryType: TryFrom<SerializedBytes, Error = SerializedBytesError>, WireEntry: From<EntryAndHash<EntryType>>>(
    entry_hash: EntryHash,
    get_options: GetOptions
) -> Result<Vec<WireEntry>, WasmError>
Expand description

Fetch and deserialize all the entries of a certain type that are linked to an EntryHash. Useful for having a Path that you link everything to. This also internally calls get_latest_for_entry meaning that the contents for each entry returned are automatically the latest contents.