@using BTCPayServer.Views.Stores @using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Services.Altcoins.Zcash.UI.UIZcashLikeStoreController.ZcashLikePaymentMethodListViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.OnchainSettings, "Zcash Settings"); ViewData["NavPartialName"] = "../UIStores/_Nav"; }
@foreach (var item in Model.Items) { }
Crypto Account Index Enabled Actions
@item.CryptoCode @item.AccountIndex @if (item.Enabled) { } else { } Modify
@section PageFootContent { @await Html.PartialAsync("_ValidationScriptsPartial") }