pub fn get_entities<T, LT, ET, B>(
id: &B,
link_type: LT,
tag: Option<Vec<u8>>,
) -> Result<Vec<Entity<T>>, WasmError>where
T: TryFrom<Record, Error = WasmError> + Clone + EntryModel<ET>,
B: Into<HoloHash<AnyLinkable>> + Clone,
LT: LinkTypeFilterExt,
Entry: TryFrom<T, Error = WasmError>,
ScopedZomeType<EntryDefIndex>: for<'a> TryFrom<&'a ET, Error = WasmError>,Expand description
Get multiple entities for a given base and link tag filter