[][src]Trait casper_execution_engine::storage::protocol_data_store::ProtocolDataStore

pub trait ProtocolDataStore: Store<ProtocolVersion, ProtocolData> { }

An entity which persists ProtocolData values at their protocol versions.

Implementors

impl ProtocolDataStore for InMemoryProtocolDataStore[src]

impl ProtocolDataStore for LmdbProtocolDataStore[src]

Loading content...