mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Zap support
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user