mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-22 15:35:12 +01:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace BTCPayServer.Services
|
|
{
|
|
public interface IFeeProviderFactory
|
|
{
|
|
IFeeProvider CreateFeeProvider(BTCPayNetworkBase network);
|
|
}
|
|
}
|