Ejemplo n.º 1
0
 public SecretSharingInformationLogEventProcessor(
     ISmartContractAddressService smartContractAddressService,
     ISecretSharingService secretSharingService)
 {
     _smartContractAddressService = smartContractAddressService;
     _secretSharingService        = secretSharingService;
 }
Ejemplo n.º 2
0
        public AEDPoSTriggerInformationProvider(IAccountService accountService,
                                                ISecretSharingService secretSharingService, IInValueCache inValueCache)
        {
            _accountService       = accountService;
            _secretSharingService = secretSharingService;
            _inValueCache         = inValueCache;

            Logger = NullLogger <AEDPoSTriggerInformationProvider> .Instance;
        }