@using BTCPayServer.Client @using BTCPayServer.Views.Stores @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.PayoutProcessors.OnChain.UIOnChainAutomatedPayoutProcessorsController.OnChainTransferViewModel @{ var storeId = Context.GetStoreData().Id; var cryptoCode = Context.GetRouteValue("cryptocode")?.ToString(); ViewData.SetLayoutModel(new(nameof(StoreNavPages.PayoutProcessors), StringLocalizer["On-Chain Payout Processor"])); }
@section PageFootContent {