Expose ExplorerClientProvider to plugins via interface

This commit is contained in:
Kukks
2021-07-12 14:17:25 +02:00
parent 78dd1b0476
commit d5019f61ce
5 changed files with 35 additions and 25 deletions

View File

@@ -2,6 +2,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using BTCPayServer.Common;
using BTCPayServer.Configuration;
using BTCPayServer.HostedServices;
using BTCPayServer.Logging;
@@ -11,7 +12,7 @@ using NBXplorer;
namespace BTCPayServer
{
public class ExplorerClientProvider
public class ExplorerClientProvider : IExplorerClientProvider
{
readonly BTCPayNetworkProvider _NetworkProviders;