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,7 @@
namespace BTCPayServer.Plugins.MicroNode;
public class MicroNodeStoreSettings
{
public string Key { get; set; }
public string? ForwardDestination { get; set; }
}