mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
7 lines
173 B
C#
7 lines
173 B
C#
namespace BTCPayServer.Plugins.MicroNode;
|
|
|
|
public class MicroNodeStoreSettings
|
|
{
|
|
public string Key { get; set; }
|
|
public string? ForwardDestination { get; set; }
|
|
} |