Type Alias oasis_core_runtime::storage::mkvs::WriteLog
source · pub type WriteLog = Vec<LogEntry>;
Expand description
The write log.
The keys in the write log must be unique.
Aliased Type§
struct WriteLog { /* private fields */ }