Function hdk_crud::example::inner_create_example[][src]

pub fn inner_create_example(
    entry: Example,
    send_signal: bool
) -> ExternResult<ExampleWireEntry>
Expand description

This will create an entry and link it off the main Path. 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! This will be called with send_signal as true by create_example