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

pub fn update_example(
    update: ExampleUpdateInput
) -> ExternResult<ExampleWireEntry>
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! This just calls inner_update_example with send_signal as true.