@model WalletSendVaultModel @{ var walletId = Context.GetRouteValue("walletId").ToString(); Layout = "_LayoutWizard"; ViewData.SetActivePage(WalletsNavPages.Send, "Sign the transaction", walletId); } @section Navbar { }

@ViewData["Title"]

Using BTCPay Server Vault

@section PageFootContent { }