Module operation

Source
Expand description

A generic representation of an operation. This contains the data, that every operation needs to contain (i.e., author, nonce, etc.).

Modules§

decode
operation_data
Handle Operations.
operation_pack
On disk representation of operations. This makes it possible to commit a series of operations in on go.
operations
A collection of multiple Operations. This ensures that invalid sequences of Operations are not only invalid but completely unrepresentable.

Structs§

Operation
An collection of the shared data, every Operation track, and the specific Operation data needed for an Entity's Operation.