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

@ViewData["PageTitle"]

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

You can decode a PSBT by either pasting its content or by uploading the file.