Skip to main content

Module prepared_commit

Module prepared_commit 

Source
Expand description

A signed Store operation commit prepared for publication: the exact commit bytes, their reference, and the remote-object records a candidate or activation derives from them.

Structs§

CircleAckActivation
One Circle acknowledgement object riding an activating Store commit: its exact reference (named in the signed commit body) and the exact object the commit uploads and takes ownership of.
PreparedStoreOperationCommit
PreparedStoreOperationCommon
A signed commit and the exact object it is published as.
PreparedStorePublication
One immutable Store publication entry and the conditional replacement that can accept it. The observed record and provider version remain together so a retry cannot apply the replacement against another boundary.

Enums§

PreparedCommitError
A prepared commit whose parts contradict each other or cannot form valid remote-object records. Workflow errors wrap it at the operation boundary.