Function hdk_crud::example::create_example[][src]

pub fn create_example(entry: Example) -> ExternResult<ExampleWireEntry>
Expand description

This is the exposed/public Zome function for creating an entry of this type. This will create an entry and link it off the main Path. 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_create_example with send_signal as true.