Skip to main content

Module write

Module write 

Source
Expand description

Durable identity and publication status for one host transaction.

Structs§

AffectedRow
One table/primary-key identity affected by a write.
PendingWrite
Durable write information returned by CovenHandle::pending_writes.
PublishedPosition
Exact position that made a write visible to peers.
SnapshotCoveredPosition
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.
WriteRebaseConflict
A recorded edit violates a constraint or its retained audience authority.
WriteReceipt
Result of one successful host transaction and its durable publication identity.

Enums§

PublishedWrite
Durable evidence that a host write was published, with or without its exact commit.
WriteBlock
A semantic write fault. Retrying transport cannot change this result.
WriteRebaseConflictReason
WriteResolution
WriteStatus
Current durable state of one host transaction.