@model WalletPSBTViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ Layout = "_LayoutWizard"; ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT, "PSBT", Context.GetStoreData().StoreName); } @section PageHeadContent { } @section PageFootContent { } @section Navbar { }

@ViewData["PageTitle"]

You can either sign the PSBT or export and update it.

@if (Model.CanCalculateBalance) {

If you broadcast this transaction, your balance will change:
@if (Model.Positive) { @Model.BalanceChange } else { @Model.BalanceChange }

}

Show export options

Export PSBT for signing

Raw version

@Model.Decoded
@Model.PSBT