[−][src]Function holochain_core::agent::actions::commit::commit_entry
pub fn commit_entry(
entry: Entry,
action_channel: &SyncSender<ActionWrapper>,
context: &Arc<Context>
) -> CommitFuture
Commit Action Creator This is the high-level commit function that wraps the whole commit process and is what should be called from zome api functions and other contexts that don't care about implementation details.
Returns a future that resolves to an ActionResponse.