@model WalletPSBTViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT, "Decode PSBT", Context.GetStoreData().StoreName); } @section PageHeadContent { } @section PageFootContent { }

@ViewData["PageTitle"]

@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.