Zap support

This commit is contained in:
Kukks
2023-03-28 14:59:00 +02:00
parent e7e6041920
commit ffc333828b
6 changed files with 291 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ namespace BTCPayServer.Plugins.NIP05
public class Nip5StoreSettings
{
[Required] public string PubKey { get; set; }
public string PrivateKey { get; set; }
[Required] public string Name { get; set; }
public string[]? Relays { get; set; }