Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.NIP05/_ViewImports.cshtml
2023-02-09 16:06:25 +01:00

5 lines
188 B
Plaintext

@using BTCPayServer.Abstractions.Services
@inject Safe Safe
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, BTCPayServer
@addTagHelper *, BTCPayServer.Abstractions