Transaction type aliases
This is the collection of transaction type aliases within the store
module. There are only two transaction type aliases, ChangedCells
and InvalidCells
.
ChangedCells
The ChangedCells
type describes the Cell
values that have been changed during a transaction, primarily used so that you can indicate whether the transaction should be rolled back.
InvalidCells
The InvalidCells
type describes the invalid Cell
values that have been attempted during a transaction, primarily used so that you can indicate whether the transaction should be rolled back.