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

pub fn delete_example(address: HeaderHashB64) -> ExternResult<HeaderHashB64>
Expand description

This is the exposed/public Zome function for archiving an entry of this type. This will mark the entry at address as “deleted”. It will no longer be returned by fetch_examples. It will send a signal of this event to all peers returned by the get_peers call given during the macro call to crud!