Skip to main content

Crate corium_tx

Crate corium_tx 

Source
Expand description

Pure transaction expansion, entity resolution, and validation.

Structs§

EntityMap
A map-form entity; each (attribute, values) entry expands to additions.
PreparedTx
Successfully prepared transaction.

Enums§

EntityRef
An entity position accepted by transaction operations.
TxError
Transaction validation error.
TxItem
Transaction input supporting list and map forms.
TxOp
A transaction operation after boundary conversion.

Constants§

TX_TEMPID
The reserved tempid naming the transaction’s own entity.

Functions§

prepare
Expands and validates transaction input against db.

Type Aliases§

TempId
A temporary entity identifier scoped to one transaction.