mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
micronode
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace BTCPayServer.Plugins.MicroNode;
|
||||
|
||||
public class MicroNodeStoreSettings
|
||||
{
|
||||
public string Key { get; set; }
|
||||
public string? ForwardDestination { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user