private Bloom GetSideChainBlockDataIndexedEventBloom() { var contractAddress = _smartContractAddressService.GetAddressByContractName(CrossChainSmartContractAddressNameProvider.Name); var logEvent = new SideChainBlockDataIndexed().ToLogEvent(contractAddress); return(logEvent.GetBloom()); }
private Bloom GetSideChainBlockDataIndexedEventBloom() { var logEvent = new SideChainBlockDataIndexed().ToLogEvent(); return(logEvent.GetBloom()); }