pub type Operations = Vec<Operation>;
Operations are a sequence of Operation values, which can be committed in a single transaction with Replica::commit_operations.
Operation
Replica::commit_operations
struct Operations { /* private fields */ }