@model WalletSendVaultModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Manage wallet"; ViewData.SetActivePageAndTitle(WalletsNavPages.Send); }

Sign the transaction with BTCPayServer Vault

@if (TempData.HasStatusMessage()) {
}
@section Scripts { }