Type Alias subcoin_service::InMemoryBackend

source ·
pub type InMemoryBackend = Backend<OpaqueBlock>;
Expand description

In memory backend type.

Aliased Type§

struct InMemoryBackend { /* private fields */ }