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

Decoded PSBT

@Model.Decoded
}

PSBT to decode

@section Scripts { }