@using BTCPayServer.Controllers @model WalletSendVaultModel @{ var walletId = Context.GetRouteValue("walletId").ToString(); Model.ReturnUrl ??= Url.WalletTransactions(walletId); Layout = "_LayoutWizard"; ViewData.SetActivePage(WalletsNavPages.Send, StringLocalizer["Sign the transaction"], walletId); } @section Navbar { }

@ViewData["Title"]

Using BTCPay Server Vault

@section PageFootContent { }