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

pub fn fetch_examples(_: ()) -> ExternResult<VecExampleWireEntry>
Expand description

This is the exposed/public Zome function for fetching ALL 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. This just calls inner_fetch_examples.