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

pub fn update_example(
    update: ExampleUpdateInput
) -> ExternResult<WireElement<Example>>
Expand description

This is the exposed/public Zome function for creating an entry of this type. This will add an update to an entry. It will send a signal of this event to all peers returned by the get_peers call given during the macro call to crud!