micronode

This commit is contained in:
Kukks
2024-01-17 09:07:18 +01:00
parent d27a31ee8e
commit cfcaa17e94
24 changed files with 2388 additions and 11 deletions

View 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; }
}