Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + func NewMetaResolversContainerFactory(args FactoryArgs) (*metaResolversContainerFactory, error) + func NewShardResolversContainerFactory(args FactoryArgs) (*shardResolversContainerFactory, error) + type FactoryArgs struct + ChainID string + ChanGracefullyClose chan endProcess.ArgEndProcess + DataPacker dataRetriever.DataPacker + GeneralConfig config.Config + Hasher hashing.Hasher + ManualEpochStartNotifier dataRetriever.ManualEpochStartNotifier + Marshalizer marshal.Marshalizer + Messenger dataRetriever.TopicMessageHandler + ShardCoordinator sharding.Coordinator + ShardIDForTries uint32 + Store dataRetriever.StorageService + Uint64ByteSliceConverter typeConverters.Uint64ByteSliceConverter + WorkingDirectory string