Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.Breez/BreezSettings.cs
Kukks 74c6931e8c wip
2023-12-06 09:24:57 +01:00

9 lines
209 B
C#

#nullable enable
namespace BTCPayServer.Plugins.Breez;
public class BreezSettings
{
public string InviteCode { get; set; }
public string Mnemonic { get; set; }
public string ApiKey { get; set; }
}