interface WeloInit { components?: Components; datastore?: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}>; identity?: IdentityInstance<any>; ipfs: GossipHelia<GossipLibp2p<GossipServiceMap>>; replicators?: ReplicatorModule<Replicator, string>[]; start?: boolean; } Properties
Optional
datastore
datastore?: Datastore<{}, {}, {}, {}, {}, {}, {}, {}, {}, {}> Optional
start
start?: boolean