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

@ViewData["Title"]

Using an HD private key or mnemonic seed

@if (!ViewContext.ModelState.IsValid) {
}