@model WalletPSBTReadyViewModel @if (Model.CanCalculateBalance) {
This transaction will change your balance:
@Model.BalanceChange
| Index | Labels | Amount | |
|---|---|---|---|
|
@input.Index |
}
else
{
@input.Index | }@if (input.Labels.Any()) { } | @input.BalanceChange |
| Destination | Labels | Amount |
|---|---|---|
| @destination.Destination | @if (destination.Labels.Any()) { } | @destination.Balance |
Transaction fee rate: @Model.FeeRate
}