mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
micronode
This commit is contained in:
11
Plugins/BTCPayServer.Plugins.MicroNode/MicroNodeSettings.cs
Normal file
11
Plugins/BTCPayServer.Plugins.MicroNode/MicroNodeSettings.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user