Expand description
Durable identity and publication status for one host transaction.
Structs§
- Affected
Row - One table/primary-key identity affected by a write.
- Pending
Write - Durable write information returned by
CovenHandle::pending_writes. - Published
Position - Exact position that made a write visible to peers.
- Snapshot
Covered Position - A reserved author position whose accepted edit is included in a snapshot. The snapshot does not identify which exact candidate completed the edit.
- WriteId
- Stable identity of one successfully committed host transaction.
- Write
Rebase Conflict - A recorded edit violates a constraint or its retained audience authority.
- Write
Receipt - Result of one successful host transaction and its durable publication identity.
Enums§
- Published
Write - Durable evidence that a host write was published, with or without its exact commit.
- Write
Block - A semantic write fault. Retrying transport cannot change this result.
- Write
Rebase Conflict Reason - Write
Resolution - Write
Status - Current durable state of one host transaction.