@using BTCPayServer.Views.Stores @model BTCPayServer.Services.Altcoins.Zcash.UI.UIZcashLikeStoreController.ZcashLikePaymentMethodListViewModel @{ ViewData.SetActivePage(StoreNavPages.OnchainSettings, StringLocalizer["{0} Settings", "Zcash"], $"{Context.GetStoreData().Id}-ZEC"); }
@if (!ViewContext.ModelState.IsValid) {
}
@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") }