Function hdk_crud::example::inner_update_example[][src]

pub fn inner_update_example(
    update: ExampleUpdateInput,
    send_signal: bool
) -> ExternResult<ExampleWireEntry>
Expand description

This will add an update to an entry. It can also optionally send a signal of this event (by passing send_signal value true) to all peers returned by the get_peers call given during the macro call to crud!