Expand description
Pure transaction expansion, entity resolution, and validation.
Structs§
- Entity
Map - A map-form entity; each
(attribute, values)entry expands to additions. - Prepared
Tx - Successfully prepared transaction.
Enums§
- Entity
Ref - 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.