mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
11 lines
290 B
C#
11 lines
290 B
C#
namespace BTCPayServer.Plugins.MicroNode;
|
|
|
|
public class MicroNodeSettings
|
|
{
|
|
public bool Enabled { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
public bool AdminOnly { get; set; }
|
|
// public decimal FeeReserve { get; set; }
|
|
// public decimal ServiceFee { get; set; }
|
|
} |