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

@ViewData["Title"]

Using an HD private key or mnemonic seed

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