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