Function hdk_crud::crud::example::fetch_examples[][src]

pub fn fetch_examples(
    fetch_options: FetchOptions
) -> ExternResult<Vec<WireElement<Example>>>
Expand description

This is the exposed/public Zome function for either fetching ALL or a SPECIFIC list of the entries of the type. No signals will be sent as a result of calling this. Notice that it pluralizes the value of $i, the second argument to the crud! macro call.