@model WalletPSBTViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "PSBT"; ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT); } @if (TempData.HasStatusMessage()) {
}
@if (Model.Errors != null && Model.Errors.Count != 0) { } @if (!string.IsNullOrEmpty(Model.Decoded)) {

Decoded PSBT

@Model.Decoded
}

PSBT to decode

@section Scripts { }