Function hdk_crud::example::inner_archive_example[][src]

pub fn inner_archive_example(
    address: WrappedHeaderHash,
    send_signal: bool
) -> ExternResult<WrappedHeaderHash>
Expand description

This will mark the entry at address as “deleted”. It will no longer be returned by fetch_examples. 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 archive_example