Type Definition exonum::storage::Patch [] [src]

type Patch = BTreeMap<Vec<u8>, Change>;

A set of serial changes that should be applied to a storage atomically.