Function hdk_crud::fetch_entries[][src]

pub fn fetch_entries<EntryType: TryFrom<SerializedBytes, Error = SerializedBytesError>, WireEntry: From<EntryAndHash<EntryType>>>(
    entry_path: Path,
    fetch_options: FetchOptions,
    get_options: GetOptions
) -> Result<Vec<WireEntry>, WasmError>
Expand description

Fetch either all entries of a certain type (assuming they are linked to a path) or a specific subset given their entry hashes.