Module hdk_crud::crud[][src]

Modules

Take a look at this module to get a concrete example of what you need to pass to the crud! macro, as well as what you’ll get back out of it. Anything that says “NOT GENERATED” is not generated by the crud! macro call, and the rest is. It will generate 4 public Zome functions The 4 Zome functions in this example would be: create_example, fetch_examples, update_example, and delete_example.