mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Refactor vault (#6678)
* Use Blazor for the Vault code * Put elements in different file * Controller abstraction * Break into VaultElement
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user