mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
nostr plugin
This commit is contained in:
14
Plugins/BTCPayServer.Plugins.NIP05/Nip5StoreSettings.cs
Normal file
14
Plugins/BTCPayServer.Plugins.NIP05/Nip5StoreSettings.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
#nullable enable
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BTCPayServer.Plugins.NIP05
|
||||
{
|
||||
}
|
||||
|
||||
public class Nip5StoreSettings
|
||||
{
|
||||
[Required] public string PubKey { get; set; }
|
||||
[Required] public string Name { get; set; }
|
||||
|
||||
public string[]? Relays { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user