public CrossChainDataConsumer(IMultiChainBlockInfoCacheProvider multiChainBlockInfoCacheProvider)
 {
     _multiChainBlockInfoCacheProvider = multiChainBlockInfoCacheProvider;
 }
示例#2
0
 public CrossChainTestBase()
 {
     MultiChainBlockInfoCacheProvider = GetRequiredService <IMultiChainBlockInfoCacheProvider>();
     CrossChainDataProducer           = GetRequiredService <ICrossChainDataProducer>();
     CrossChainMemoryCacheService     = GetRequiredService <ICrossChainMemoryCacheService>();
 }
 public MultiChainBlockInfoCacheProviderTest()
 {
     _multiChainBlockInfoCacheProvider = GetRequiredService <IMultiChainBlockInfoCacheProvider>();
 }
 public CrossChainMemoryCacheService(IMultiChainBlockInfoCacheProvider multiChainBlockInfoCacheProvider)
 {
     _multiChainBlockInfoCacheProvider = multiChainBlockInfoCacheProvider;
 }