pub type Operation = Operation<Key, Value>;
Operation type alias.
pub enum Operation { Set(Digest, Digest), Commit(Option<Digest>), }
Set a key to a value. The key must not already exist.
Commit with optional metadata.