@model WalletPSBTReadyViewModel @{ Layout = "../Shared/_Layout.cshtml"; }
@if (Model.Errors != null) { }

Transaction review


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

@foreach (var destination in Model.Destinations) { @if (destination.Positive) { } else { } }
Destination Amount
@destination.Destination@destination.Balance@destination.Balance
@if (Model.Fee != null) {

Transaction fee: @Model.Fee

}
or