@model WalletPSBTViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ var walletId = Context.GetRouteValue("walletId").ToString(); Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(WalletsNavPages.PSBT, "Decode PSBT", walletId); } @section PageHeadContent { } @section PageFootContent { }

@ViewData["Title"]

@if (Model.Errors != null && Model.Errors.Count != 0) { }

You can decode a PSBT by either pasting its content, uploading the file or scanning the wallet QR code.