pub struct Types;
Expand description
Default node configuration, currently with persistent block store and data store for pins.
Trait Implementations§
source§impl RepoTypes for Types
impl RepoTypes for Types
§type TBlockStore = FsBlockStore
type TBlockStore = FsBlockStore
Describes a blockstore.
§type TDataStore = FsDataStore
type TDataStore = FsDataStore
Describes a datastore.