1 #ifndef KAGOME_STORAGE_CHANGES_TRIE_CHANGES_TRACKER 2 #define KAGOME_STORAGE_CHANGES_TRIE_CHANGES_TRACKER 47 #endif // KAGOME_STORAGE_CHANGES_TRIE_CHANGES_TRACKER
virtual ~ChangesTracker()=default
virtual void onPut(const common::BufferView &key, const common::BufferView &value, bool new_entry)=0
virtual void onBlockExecutionStart(primitives::BlockHash new_parent_hash)=0
virtual void onRemove(const common::BufferView &key)=0
virtual void onBlockAdded(const primitives::BlockHash &hash)=0