@model WalletSettingsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.PaymentMethods, $"{Model.CryptoCode} Wallet Settings", Context.GetStoreData().StoreName); }

@ViewData["Title"]

@if (!string.IsNullOrEmpty(Model.KeyPath)) { }
Type @(Model.IsHotWallet ? "Hot wallet" : "Watch-only wallet") Replace wallet
Derivation Scheme @Model.DerivationScheme
Root Fingerprint @Model.RootFingerprint
KeyPath @Model.KeyPath

Payment

@if (Model.CanUsePayJoin) { }
minutes

Fee will be shown for BTC and LTC onchain payments only.

@section PageFootContent { }