interface Config {     blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>;     components: Components;     datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>;     identity: IdentityInstance<any>;     ipfs: GossipHelia<GossipLibp2p<GossipServiceMap>>;     keychain: Keychain;     replicators: ReplicatorModule<Replicator, string>[]; } Properties
blockstore
blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}> datastore
datastore: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>