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

pub fn create_example(entry: Example) -> ExternResult<WireElement<Example>>
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!