Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.MicroNode/MicroNodeStoreSettings.cs
2024-01-17 09:07:18 +01:00

7 lines
173 B
C#

namespace BTCPayServer.Plugins.MicroNode;
public class MicroNodeStoreSettings
{
public string Key { get; set; }
public string? ForwardDestination { get; set; }
}