Refactor vault (#6678)

* Use Blazor for the Vault code

* Put elements in different file

* Controller abstraction

* Break into VaultElement
This commit is contained in:
Nicolas Dorier
2025-04-21 17:09:46 +09:00
committed by GitHub
parent ec603a3804
commit 2f26979ed7
46 changed files with 1367 additions and 1865 deletions

View File

@@ -3,7 +3,6 @@ namespace BTCPayServer.Models.WalletViewModels
public class WalletSendVaultModel : IHasBackAndReturnUrl
{
public string WalletId { get; set; }
public string WebsocketPath { get; set; }
public string BackUrl { get; set; }
public string ReturnUrl { get; set; }
public SigningContextModel SigningContext { get; set; } = new();