Skip to main content

HistoricallyHashedByteSetView

Type Alias HistoricallyHashedByteSetView 

Source
pub type HistoricallyHashedByteSetView<C> = HistoricallyHashableView<C, ByteSetView<C>>;
Expand description

Wrapper around ByteSetView to compute hashes based on the history of changes.

Aliased Typeยง

pub struct HistoricallyHashedByteSetView<C> { /* private fields */ }