Add replace confirmation; distinguish wallet types

This commit is contained in:
Dennis Reimann
2021-03-01 12:43:25 +01:00
parent 28d7924077
commit 5bd16f990c
5 changed files with 84 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ namespace BTCPayServer.Models.StoreViewModels
public WalletSetupMethod? Method { get; set; }
public GenerateWalletRequest SetupRequest { get; set; }
public string StoreId { get; set; }
public bool IsHotWallet { get; set; }
public string ViewName =>
Method switch