mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +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:
@@ -15,7 +15,6 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
{
|
||||
get; set;
|
||||
} = new List<(string KeyPath, string Address, RootedKeyPath RootedKeyPath)>();
|
||||
|
||||
public string CryptoCode { get; set; }
|
||||
public string KeyPath { get; set; }
|
||||
[Display(Name = "Root fingerprint")]
|
||||
@@ -28,8 +27,6 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public string WalletFileContent { get; set; }
|
||||
public string Config { get; set; }
|
||||
public string Source { get; set; }
|
||||
[Display(Name = "Derivation scheme format")]
|
||||
public string DerivationSchemeFormat { get; set; }
|
||||
[Display(Name = "Account key")]
|
||||
public string AccountKey { get; set; }
|
||||
public BTCPayNetwork Network { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user