Storage change event - passed to change callbacks. More...
#include <storage.h>
Public Attributes | |
| StorageOperation | operation |
| std::string | key |
| StorageValueType | type |
| std::vector< uint8_t > | old_data |
| std::vector< uint8_t > | new_data |
| uint64_t | timestamp_ms |
| std::string | origin_peer_id |
| bool | is_remote |
| std::vector<uint8_t> librats::StorageChangeEvent::new_data |
| std::vector<uint8_t> librats::StorageChangeEvent::old_data |
| StorageOperation librats::StorageChangeEvent::operation |
| StorageValueType librats::StorageChangeEvent::type |