@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Views.Stores @model BTCPayServer.PayoutProcessors.OnChain.UIOnChainAutomatedPayoutProcessorsController.OnChainTransferViewModel @{ ViewData["NavPartialName"] = "../UIStores/_Nav"; Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.PayoutProcessors, "On-Chain Payout Processor", Context.GetStoreData().Id); }
Set a schedule for automated On-Chain Bitcoin Payouts.
@if (!ViewContext.ModelState.IsValid) { }