Module spacetimedb_commitlog::payload::txdata
source · Structs§
- The inputs of a transaction, i.e. the name and arguments of a reducer call.
- Mutations of the data store performed by a transaction.
- An operation (insert or delete) on a given table.
- The outputs of a transaction.
- The canonical payload format of a
crate::Commitlog.
Enums§
Traits§
- A visitor useful to implement stateful [
Decoder]s ofTxdatapayloads.
Functions§
- A free standing implementation of
crate::Decoder::decode_record, which drives the suppliedVisitor.