mod patch_operation;
pub use patch_operation::StoragePatchOperation;
mod storage_patch;
pub use storage_patch::AccountStoragePatch;
mod slot_patch;
pub use slot_patch::StorageSlotPatch;
mod value_patch;
pub use value_patch::StorageValuePatch;
mod map_patch;
pub use map_patch::{StorageMapPatch, StorageMapPatchEntries};
#[cfg(test)]
mod tests;