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