@model WalletPSBTViewModel
@addTagHelper *, BundlerMinifier.TagHelpers
@{
Layout = "_LayoutWizard";
ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT, "PSBT", Context.GetStoreData().StoreName);
}
@section PageHeadContent {
}
@section PageFootContent {
You can either sign the PSBT or export and update it.
If you broadcast this transaction, your balance will change:
@ViewData["PageTitle"]
@if (Model.Positive)
{
@Model.BalanceChange
}
else
{
@Model.BalanceChange
}
@Model.Decoded
@Model.PSBT